MockerBlazorTestBase<(Of <(<'T>)>)>..::..GetComponents<(Of <(<'TOfType>)>)> Method (Nullable<(Of <(<'Func<(Of <(<'IElement, Boolean>)>)>>)>)>)

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

Syntax


public List<IRenderedComponent<TOfType>> GetComponents<TOfType>(
	Nullable<Func<IElement, bool>> predicate
)
where TOfType : IComponent, IComponent
Public Function GetComponents(Of TOfType As {IComponent, IComponent}) ( _
	predicate As Nullable(Of Func(Of IElement, Boolean)) _
) As List(Of IRenderedComponent(Of TOfType))
public:
generic<typename TOfType>
where TOfType : IComponent, IComponent
List<IRenderedComponent<TOfType>^>^ GetComponents(
	Nullable<Func<IElement^, bool^>^> predicate
)

Type Parameters

TOfType

Parameters

predicate
Type: Nullable<(Of <(<'Func<(Of <(<'IElement, Boolean>)>)>>)>)>