FieldToken Struct

Definition

The FieldToken struct is an object representation of a token that represents a field.

public value class FieldToken
[System.Serializable]
public struct FieldToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct FieldToken
[<System.Serializable>]
type FieldToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FieldToken = struct
Public Structure FieldToken
Inheritance
FieldToken
Attributes

Fields

Empty

The default FieldToken with Token value 0.

Properties

Token

Retrieves the metadata token for this field.

Methods

Equals(FieldToken)

Indicates whether the current instance is equal to the specified FieldToken.

Equals(Object)

Determines if an object is an instance of FieldToken and is equal to this instance.

GetHashCode()

Generates the hash code for this field.

Operators

Equality(FieldToken, FieldToken)

Indicates whether two FieldToken structures are equal.

Inequality(FieldToken, FieldToken)

Indicates whether two FieldToken structures are not equal.

Applies to