ImmutableArray<T>::IsDefault Property
Gets a value indicating whether this array was declared but not initialized.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
public: [DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)] property bool IsDefault { bool get(); }
Property Value
Type: System::Booleantrue to indicate the ImmutableArray<T> is null; otherwise, false.
Show: