IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..InjectComponent Method (Type, Type)

Injects the component.

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

Syntax


IMockerBlazorTestHelpers<T> InjectComponent(
	Type type,
	Type injectAttribute
)
Function InjectComponent ( _
	type As Type, _
	injectAttribute As Type _
) As IMockerBlazorTestHelpers(Of T)
IMockerBlazorTestHelpers<T>^ InjectComponent(
	Type^ type, 
	Type^ injectAttribute
)

Parameters

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

Return Value

IMockerBlazorTestHelpers<T>.