PropertyDefinition<T>.Default 속성

정의

속성의 기본값을 가져옵니다.

public:
 property Nullable<T> Default { Nullable<T> get(); };
public T? Default { get; }
member this.Default : Nullable<'T (requires 'T : struct)>
Public ReadOnly Property Default As Nullable(Of T)

속성 값

Nullable<T> 개체입니다.

적용 대상