| 名前 | 解説 | |
|---|---|---|
![]()  | OwnedFastListBase コンストラクタ | オーバーロードされます。 | 
OwnedFastListBaseデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | OwnedFastListBase コンストラクタ | オーバーロードされます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | InnerList | Gets the System.Collections.Generic.List`1 used internally to store the elements of the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Clear | オーバーライドされます。 Clears the current OwnedFastListBase. | 
![]()  | IndexOf | Returns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the FindObjectIndex method.) C1.C1Preview.Util.FastListから継承されます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Add | Adds an object implementing the System.IComparable interface to the current list. C1.C1Preview.Util.FastListから継承されます。 | 
![]()  | FindObjectIndex | Performs a fast search for the specified object within the current C1.C1Preview.Util.FastList. C1.C1Preview.Util.FastListから継承されます。 | 
![]()  | Insert | オーバーライドされます。 Inserts the element at the specified index. | 
![]()  | OnClear | Called when the list is about to be cleared. | 
![]()  | OnClearComplete | Called after the list has been cleared. | 
![]()  | OnInsert | Called when an item is about to be iserted. | 
![]()  | OnInsertComplete | Called after an item has been inserted. | 
![]()  | OnRemove | Called when an item is about to be removed. | 
![]()  | OnRemoveComplete | Called after an item has been removed. | 
![]()  | Remove | Removes the specified element from the current list. C1.C1Preview.Util.FastListから継承されます。 | 
![]()  | RemoveAt | オーバーライドされます。 Removes the specified element from the current list. |