ImmutableArray<T>::IsEmpty Property

 

Gets a value indicating whether this ImmutableArray<T> is empty.

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

public:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true to indicate the ImmutableArray<T> is empty; otherwise, false.

Return to top
Show: