StringLookup(String, List<List<StringLookup.Entry>>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)))
パラメーター
- name
- String
- hashList
- List<List<StringLookup.Entry>>