ImmutableArray<T>::IsDefault Property

 

Gets a value indicating whether this array was declared but not initialized.

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

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

Property Value

Type: System::Boolean

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

Return to top
Show: