MethodBodyBlock.LocalSignature Property

Definition

Gets the handle to the local variables signature.

public:
 property System::Reflection::Metadata::StandaloneSignatureHandle LocalSignature { System::Reflection::Metadata::StandaloneSignatureHandle get(); };
public System.Reflection.Metadata.StandaloneSignatureHandle LocalSignature { get; }
member this.LocalSignature : System.Reflection.Metadata.StandaloneSignatureHandle
Public ReadOnly Property LocalSignature As StandaloneSignatureHandle

Property Value

The handle to the local variables signature.

Applies to