Name

FieldToken

Synopsis

This class represents the token for a field. See EventToken for more details on tokens.

public struct FieldToken {
// Public Static Fields
   public static readonly field FieldToken Empty;  // =System.Reflection.Emit.FieldToken
                  // Public Instance Properties
   public field int Token{get; } 
// Public Instance Methods
   public override method bool Equals(object obj);   // overrides ValueType
   public override method int GetHashCode();       // overrides ValueType
}

Hierarchy

System.ObjectSystem.ValueTypeFieldToken

Returned By

FieldBuilder.GetToken(), ModuleBuilder.GetFieldToken()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.