PropertyToken Struct

Definizione

Lo struct PropertyToken è una rappresentazione opaca del Token restituito dai metadati per rappresentare una proprietà.

public value class PropertyToken
[System.Serializable]
public struct PropertyToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct PropertyToken
[<System.Serializable>]
type PropertyToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type PropertyToken = struct
Public Structure PropertyToken
Ereditarietà
PropertyToken
Attributi

Campi

Nome Descrizione
Empty

Valore predefinito PropertyToken con Token valore 0.

Proprietà

Nome Descrizione
Token

Recupera il token di metadati per questa proprietà.

Metodi

Nome Descrizione
Equals(Object)

Controlla se l'oggetto specificato è un'istanza di PropertyToken ed è uguale a questa istanza.

Equals(PropertyToken)

Indica se l'istanza corrente è uguale all'oggetto specificato PropertyToken.

GetHashCode()

Genera il codice hash per questa proprietà.

Operatori

Nome Descrizione
Equality(PropertyToken, PropertyToken)

Indica se due PropertyToken strutture sono uguali.

Inequality(PropertyToken, PropertyToken)

Indica se due PropertyToken strutture non sono uguali.

Si applica a