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

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

Syntax


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

Type Parameters

TOfType

Parameters

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