ImmutableArray<T>::IsDefaultOrEmpty Property

 

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

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

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

Property Value

Type: System::Boolean

true to indicate the ImmutableArray<T> is null or Empty; otherwise, false.

Return to top
Show: