RemoteArgumentDictionaryEntry Struct

Definizione

Definisce una coppia chiave/valore in un IRemoteArgumentDictionaryContract.

public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
Ereditarietà
RemoteArgumentDictionaryEntry
Attributi

Costruttori

Nome Descrizione
RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

Inizializza un'istanza della RemoteArgumentDictionaryEntry struttura con la chiave e il valore specificati.

Campi

Nome Descrizione
Key

Rappresenta la chiave nella coppia chiave/valore rappresentata da questo RemoteArgumentDictionaryEntry oggetto.

Value

Rappresenta il valore nella coppia chiave/valore rappresentata da questo RemoteArgumentDictionaryEntry oggetto.

Si applica a