CocosSharp.CCRawList<T> Members

The members of CocosSharp.CCRawList<T> are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

Capacityint. Documentation for this section has not yet been entered.
Countint. Documentation for this section has not yet been entered.
[read-only]
ElementsT[]. Documentation for this section has not yet been entered.
default property
Item(int)T. Documentation for this section has not yet been entered.
UseArrayPoolbool. Documentation for this section has not yet been entered.

Public Methods

Add(T)
Documentation for this section has not yet been entered.
Add(ref T)
Documentation for this section has not yet been entered.
AddRange(CCRawList<T>)
Documentation for this section has not yet been entered.
AddRange(IList<T>)
Documentation for this section has not yet been entered.
AddRange(List<T>)
Documentation for this section has not yet been entered.
AddRange(CCRawList<T>, int, int)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
FastInsert(int, T)
Documentation for this section has not yet been entered.
FastRemove(int)
Documentation for this section has not yet been entered.
FastRemove(T) : bool
Documentation for this section has not yet been entered.
First() : T
Documentation for this section has not yet been entered.
Free()
Documentation for this section has not yet been entered.
GetEnumerator() : CCRawList<T>.Enumerator
Documentation for this section has not yet been entered.
IncreaseCount(int)
Documentation for this section has not yet been entered.
IndexOf(T) : int
Documentation for this section has not yet been entered.
Insert(int, T)
Documentation for this section has not yet been entered.
InsertRange(int, CCRawList<T>)
Documentation for this section has not yet been entered.
Last() : T
Documentation for this section has not yet been entered.
PackToCount()
Documentation for this section has not yet been entered.
Peek() : T
Documentation for this section has not yet been entered.
Pop() : T
Documentation for this section has not yet been entered.
Push(T)
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.
RemoveAt(int, int)
Documentation for this section has not yet been entered.
RemoveRange(int, int)
Documentation for this section has not yet been entered.
Reverse()
Documentation for this section has not yet been entered.
Sort(IComparer<T>)
Documentation for this section has not yet been entered.
ToArray() : T[]
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable<T>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
ICollection<T>.IsReadOnlybool. Documentation for this section has not yet been entered.