| 名前 | 解説 | |
|---|---|---|
![]() | C1KeyedList<TKey,TItem> コンストラクタ |
C1KeyedList<TKey,TItem>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the C1KeyedList<TKey,TItem>. |
| 名前 | 解説 | |
|---|---|---|
![]() | Add | Adds the item to document pages. |
![]() | Clear | Removes all elements from the C1KeyedList<TKey,TItem>. |
![]() | GetByIndex | Gets the page item by specified index. |
![]() | IndexOf | Gets the index of the specified page in the document. |
![]() | RemoveAt | Removes the element at the specified index of the C1KeyedList<TKey,TItem>. |
![]() | TryGetValue | Gets the page by specified key. |