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