ExpressionProperty<T>.Value 속성

정의

식 속성의 원시 값을 가져오거나 설정합니다.

public T Value { get; protected set; }
member this.Value : 'T with get, set
Public Property Value As T

속성 값

T

다른 사람이 GetValue()를 호출할 때 반환할 값입니다.

적용 대상