SignatureDecoder<TType,TGenericContext>.DecodeLocalSignature(BlobReader) 方法

定义

对局部变量签名 Blob 进行解码,并将读取器移到签名之前。Decodes a local variable signature blob and advances the reader past the signature.

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

参数

blobReader
BlobReader

位于局部变量签名中的 Blob 读取器。The blob reader positioned at a local variable signature.

返回

ImmutableArray<TType>

局部变量类型。The local variable types.

例外

局部变量签名无效。The local variable signature is invalid.

适用于