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 讀取器。

傳回

用來透過方法規格將泛型方法具現化的型別。

適用於