名前 | 解説 | |
---|---|---|
OwnedFastList コンストラクタ | オーバーロードされます。 |
OwnedFastListデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
OwnedFastList コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
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. C1.C1Preview.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. C1.C1Preview.OwnedFastListBaseから継承されます。 | |
OnClear | オーバーライドされます。 Called when the list is about to be cleared. | |
OnClearComplete | Called after the list has been cleared. C1.C1Preview.OwnedFastListBaseから継承されます。 | |
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. C1.C1Preview.OwnedFastListBaseから継承されます。 | |
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. C1.C1Preview.OwnedFastListBaseから継承されます。 |