IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..GetInjections Method (Type, Type)
Gets the injections.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IEnumerable<PropertyInfo> GetInjections( Type type, Type injectAttribute )
Function GetInjections ( _ type As Type, _ injectAttribute As Type _ ) As IEnumerable(Of PropertyInfo)
IEnumerable<PropertyInfo^>^ GetInjections( Type^ type, Type^ injectAttribute )
Parameters
- type
- Type: Type
The type.
- injectAttribute
- Type: Type
The inject attribute.