名前 | 解説 | |
---|---|---|
FastList コンストラクタ |
FastListデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FastList コンストラクタ |
名前 | 解説 | |
---|---|---|
Clear | Clears the current FastList. | |
IndexOf | Returns the index of the specified object in the current FastList. (Performs a fast search using the FastList.FindObjectIndex method.) |
名前 | 解説 | |
---|---|---|
Add | Adds an object implementing the System.IComparable interface to the current list. | |
FindObjectIndex | Performs a fast search for the specified object within the current FastList. | |
Insert | Inserts the element at the specified index. | |
Remove | Removes the specified element from the current list. | |
RemoveAt | Removes the element at the specified index from the current list. |