MockerBlazorTestBase<(Of <(<'T>)>)>..::..GetInjections<(Of <(<'TComponent>)>)> Method
Gets the injections.
Namespace:
FastMoq.Web.BlazorAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
public IEnumerable<PropertyInfo> GetInjections<TComponent>()
Public Function GetInjections(Of TComponent) As IEnumerable(Of PropertyInfo)
public: generic<typename TComponent> IEnumerable<PropertyInfo^>^ GetInjections()
Type Parameters
- TComponent
- The type of the t component.