DataStore コンストラクタ
| 編集/提案 ソースを表示DataStore()
型'DataStore'の新しいインスタンスを生成します。
宣言
public DataStore()
DataStore(IEnumerable<KeyValuePair<String, Object>>)
型'DataStore'の新しいインスタンスを生成します。
宣言
public DataStore(IEnumerable<KeyValuePair<string, object>> enumerable)
引数
型 | 名前 | 説明 |
---|---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>> | enumerable | 設定情報のコピー元の列挙体です。 |
DataStore(IDictionary<String, Object>)
型'DataStore'の新しいインスタンスを生成します。
宣言
public DataStore(IDictionary<string, object> dictionary)
引数
型 | 名前 | 説明 |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | dictionary | 設定情報のコピー元の辞書オブジェクトです。 |