ImmutableArray<T>.IsDefault プロパティ

定義

この配列が宣言されたが初期化されていないかどうかを示す値を取得します。

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

プロパティ値

true ImmutableArray<T>nullの場合は |。それ以外の場合はfalse

適用対象