StringLookup(String, List<List<StringLookup.Entry>>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)))
Parameters
- name
- String
- hashList
- List<List<StringLookup.Entry>>