다음을 통해 공유


MessageContextBase.ReadValueType<T>(String) 메서드

정의

public:
generic <typename T>
 where T : value class Nullable<T> ReadValueType(System::String ^ name);
public Nullable<T> ReadValueType<T> (string name) where T : struct;
member this.ReadValueType : string -> Nullable<'T (requires 'T : struct)> (requires 'T : struct)
Public Function ReadValueType(Of T As Structure) (name As String) As Nullable(Of T)

형식 매개 변수

T

매개 변수

name
String

반환

적용 대상