ImmutableArrayExtensions::Any<T> Method (ImmutableArray<T>::Builder^)

 

Returns a value indicating whether this collection contains any elements.

Namespace:   System.Linq
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
generic<typename T>
[ExtensionAttribute]
static bool Any(
	ImmutableArray<T>::Builder^ builder
)

Parameters

builder
Type: System.Collections.Immutable::ImmutableArray<T>::Builder^

The builder to check for matches.

Return Value

Type: System::Boolean

true if the array builder contains any elements; otherwise, false.

Type Parameters

T

The type of elements in the array.

Return to top
Show: