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

Gets the injections.

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

Syntax


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

Parameters

type
Type: Type
The type.

Return Value

IEnumerable<PropertyInfo>.