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

Nome Description
RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

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

Campos

Nome Description
Key

Representa a chave no par chave/valor que isso RemoteArgumentDictionaryEntry representa.

Value

Representa o valor no par chave/valor que isso RemoteArgumentDictionaryEntry representa.

Aplica-se a