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

返回

用于通过方法规范实例化泛型方法的类型。

适用于