MockerBlazorTestBase<(Of <(<'T>)>)>..::..GetInjections Method (Type, Type)

Gets the injections.

Namespace:  FastMoq.Web.Blazor
Assembly:  FastMoq.Web (in FastMoq.Web.dll)

Syntax


public IEnumerable<PropertyInfo> GetInjections(
	Type type,
	Type injectAttribute
)
Public Function GetInjections ( _
	type As Type, _
	injectAttribute As Type _
) As IEnumerable(Of PropertyInfo)
public:
IEnumerable<PropertyInfo^>^ GetInjections(
	Type^ type, 
	Type^ injectAttribute
)

Parameters

type
Type: Type
The type.
injectAttribute
Type: Type
The inject attribute.

Return Value

IEnumerable<PropertyInfo>.