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