FieldBuilder.GetToken Method

Definition

Returns the token representing this field.

public:
 System::Reflection::Emit::FieldToken GetToken();
public System.Reflection.Emit.FieldToken GetToken ();
member this.GetToken : unit -> System.Reflection.Emit.FieldToken
Public Function GetToken () As FieldToken

Returns

The FieldToken object that represents the token for this field.

Applies to