ImmutableArray<T>.IsDefaultOrEmpty Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of dit ImmutableArray<T> leeg is of niet is geïnitialiseerd.

public:
 property bool IsDefaultOrEmpty { bool get(); };
public bool IsDefaultOrEmpty { get; }
member this.IsDefaultOrEmpty : bool
Public ReadOnly Property IsDefaultOrEmpty As Boolean

Waarde van eigenschap

true als de ImmutableArray<T> is null of Empty; anderszins, false.

Van toepassing op