継承
定義
public class CustomTextVariableMap : NativeObject,
IDictionary<string, string>, ICollection<KeyValuePair<string, string>>,
IEnumerable<KeyValuePair<string, string>>, IEnumerable
プロパティ
| 名前 | 概要 | |
|---|---|---|
| Item | ||
| Keys | ||
| Values |
メソッド
| 名前 | 概要 | |
|---|---|---|
| Add | ||
| Clear | ||
| ContainsKey | ||
| GetEnumerator | ||
| Remove | ||
| TryGetValue |