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> 对象。

适用于