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

Injects the component.

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

Syntax


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

Parameters

type
Type: Type
The type.

Return Value

IMockerBlazorTestHelpers<T>.