SignatureDecoder<TType,TGenericContext>.DecodeMethodSpecificationSignature Metod

Definition

Avkodar en metodspecifikationssignaturblob och för läsaren förbi signaturen.

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)

Parametrar

blobReader
BlobReader

En blobläsare placerad på en giltig metodspecifikationssignatur.

Returer

De typer som används för att instansiera en generisk metod via metodspecifikationen.

Gäller för