RemoteArgumentDictionaryEntry Estrutura

Definição

Define um par chave-valor em um IRemoteArgumentDictionaryContract.

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

Construtores

RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

Inicializa uma instância da estrutura RemoteArgumentDictionaryEntry com a chave e o valor especificados.

Campos

Key

Representa a chave no par chave-valor que esta RemoteArgumentDictionaryEntry representa.

Value

Representa o valor no par chave-valor que esta RemoteArgumentDictionaryEntry representa.

Aplica-se a