SignatureToken.Token Property

Definition

Retrieves the metadata token for the local variable signature for this method.

public:
 property int Token { int get(); };
public int Token { get; }
member this.Token : int
Public ReadOnly Property Token As Integer

Property Value

Read-only. Retrieves the metadata token of this signature.

Remarks

This returns a numeric representation of the metadata token.

Applies to