PropertySettingsHelper.CreateValuePair(String, Object) Método

Definição

Criar uma classe KeyValuePair

public:
 static System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> CreateValuePair(System::String ^ key, System::Object ^ value);
public static System.Collections.Generic.KeyValuePair<string,object> CreateValuePair (string key, object value);
static member CreateValuePair : string * obj -> System.Collections.Generic.KeyValuePair<string, obj>
Public Function CreateValuePair (key As String, value As Object) As KeyValuePair(Of String, Object)

Parâmetros

key
String

Chave da cadeia de caracteres

value
Object

Valor do objeto

Retornos

KeyValuePair<String,Object>

Um par chave-valor

Aplica-se a