SignatureDecoder<TType,TGenericContext>.DecodeMethodSpecificationSignature 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將方法規格簽章 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 讀取器。
傳回
ImmutableArray<TType>
用來透過方法規格將泛型方法具現化的型別。