StringLookup(String, List<List<StringLookup.Entry>>) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)))
Parametri
- name
- String
- hashList
- List<List<StringLookup.Entry>>