다음을 통해 공유


SignatureDecoder<TType,TGenericContext>.DecodeFieldSignature 메서드

정의

필드 시그니처 blob을 디코딩하고 시그니처를 지나 판독기를 앞으로 이동합니다.

public:
 TType DecodeFieldSignature(System::Reflection::Metadata::BlobReader % blobReader);
public TType DecodeFieldSignature (ref System.Reflection.Metadata.BlobReader blobReader);
member this.DecodeFieldSignature : BlobReader -> 'ype
Public Function DecodeFieldSignature (ByRef blobReader As BlobReader) As TType

매개 변수

blobReader
BlobReader

필드 시그니처에 배치되는 blob 판독기입니다.

반환

TType

디코딩된 필드 형식입니다.

적용 대상