RemoteArgumentDictionaryEntry Estrutura

Definição

Define um par chave/valor num IRemoteArgumentDictionaryContract.

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

Construtores

Name Description
RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument)

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

Campos

Name Description
Key

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

Value

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

Aplica-se a