SignatureDecoder<TType,TGenericContext>.DecodeMethodSpecificationSignature 메서드

정의

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

public:
 System::Collections::Immutable::ImmutableArray<TType> DecodeMethodSpecificationSignature(System::Reflection::Metadata::BlobReader % blobReader);
public System.Collections.Immutable.ImmutableArray<TType> DecodeMethodSpecificationSignature (ref System.Reflection.Metadata.BlobReader blobReader);
member this.DecodeMethodSpecificationSignature : BlobReader -> System.Collections.Immutable.ImmutableArray<'ype>
Public Function DecodeMethodSpecificationSignature (ByRef blobReader As BlobReader) As ImmutableArray(Of TType)

매개 변수

blobReader
BlobReader

유효한 메서드 사양 시그니처에 배치되는 blob 판독기입니다.

반환

메서드 사양을 통해 제네릭 메서드를 인스턴스화하는 데 사용되는 형식입니다.

적용 대상