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