RemoteArgumentDictionaryEntry Estructura

Definición

Define un par de clave y valor en IRemoteArgumentDictionaryContract.

public value class RemoteArgumentDictionaryEntry
[System.Serializable]
public struct RemoteArgumentDictionaryEntry
[<System.Serializable>]
type RemoteArgumentDictionaryEntry = struct
Public Structure RemoteArgumentDictionaryEntry
Herencia
RemoteArgumentDictionaryEntry
Atributos

Constructores

RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

Inicializa una instancia de la estructura RemoteArgumentDictionaryEntry con la clave y el valor especificados.

Campos

Key

Representa la clave del par de clave y valor que RemoteArgumentDictionaryEntry representa.

Value

Representa el valor del par de clave y valor que RemoteArgumentDictionaryEntry representa.

Se aplica a