StringLookup(String, List<List<StringLookup.Entry>>) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
StringLookup(System::String ^ name, System::Collections::Generic::List<System::Collections::Generic::List<Microsoft::XLANGs::Core::StringLookup::Entry> ^> ^ hashList);
public StringLookup (string name, System.Collections.Generic.List<System.Collections.Generic.List<Microsoft.XLANGs.Core.StringLookup.Entry>> hashList);
new Microsoft.XLANGs.Core.StringLookup : string * System.Collections.Generic.List<System.Collections.Generic.List<Microsoft.XLANGs.Core.StringLookup.Entry>> -> Microsoft.XLANGs.Core.StringLookup
Public Sub New (name As String, hashList As List(Of List(Of StringLookup.Entry)))
Parámetros
- name
- String
- hashList
- List<List<StringLookup.Entry>>