DictionaryEntry.Deconstruct(Object, Object) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Desconstrói a corrente DictionaryEntry.
public:
void Deconstruct([Runtime::InteropServices::Out] System::Object ^ % key, [Runtime::InteropServices::Out] System::Object ^ % value);
public void Deconstruct(out object key, out object value);
member this.Deconstruct : obj * obj -> unit
Public Sub Deconstruct (ByRef key As Object, ByRef value As Object)
Parâmetros
- key
- Object
A tonalidade da corrente DictionaryEntry.
- value
- Object
O valor da corrente DictionaryEntry.