PropertyToken Struct

Definizione

La struttura 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

Empty

L'oggetto PropertyToken predefinito con valore Token pari a 0.

Proprietà

Token

Recupera il token di metadati per questa proprietà.

Metodi

Equals(Object)

Verifica se l'oggetto dato è un'istanza di PropertyToken e se è uguale a tale istanza.

Equals(PropertyToken)

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

GetHashCode()

Genera il codice hash per questa proprietà.

Operatori

Equality(PropertyToken, PropertyToken)

Indica se due strutture PropertyToken sono uguali.

Inequality(PropertyToken, PropertyToken)

Indica se due strutture PropertyToken non sono uguali.

Si applica a