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.

적용 대상