SymbolToken Structure

Définition

La structure SymbolToken est une représentation objet d'un jeton qui représente une information symbolique.

public value class SymbolToken
public value class SymbolToken : IEquatable<System::Diagnostics::SymbolStore::SymbolToken>
public readonly struct SymbolToken
public readonly struct SymbolToken : IEquatable<System.Diagnostics.SymbolStore.SymbolToken>
public struct SymbolToken
[System.Runtime.InteropServices.ComVisible(true)]
public struct SymbolToken
type SymbolToken = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymbolToken = struct
Public Structure SymbolToken
Public Structure SymbolToken
Implements IEquatable(Of SymbolToken)
Héritage
SymbolToken
Attributs
Implémente

Constructeurs

SymbolToken(Int32)

Initialise une nouvelle instance de la structure SymbolToken lorsqu'une valeur est fournie.

Méthodes

Equals(Object)

Détermine si obj est une instance de SymbolToken et s'il est égal à cette instance.

Equals(SymbolToken)

Détermine si obj est égal à cette instance.

GetHashCode()

Génère le code de hachage pour le jeton en cours.

GetToken()

Obtient la valeur du jeton en cours.

Opérateurs

Equality(SymbolToken, SymbolToken)

Retourne une valeur indiquant si deux objets SymbolToken sont égaux.

Inequality(SymbolToken, SymbolToken)

Retourne une valeur indiquant si deux objets SymbolToken sont égaux.

S’applique à

Voir aussi