====== ThinkGeo.MapSuite.Portable.PclArrayList ====== ===== Inheritance Hierarchy ===== *System.Object *System.Collections.Generic.List`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] ***ThinkGeo.MapSuite.Portable.PclArrayList** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} PclArrayList() ** * //N/A// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} PclArrayList(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Parameters == * //itemArray// * Type:IEnumerable * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CopyTo(T[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //array// * Type:T[] * Description:N/A
** {{wiki:PublicMethod.gif|}} Add(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} AddRange(IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //collection// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} AsReadOnly() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:ReadOnlyCollection * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} BinarySearch(Int32,Int32,Object,IComparer) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A * //item// * Type:Object * Description:N/A * //comparer// * Type:IComparer * Description:N/A
** {{wiki:PublicMethod.gif|}} BinarySearch(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} BinarySearch(Object,IComparer) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A * //comparer// * Type:IComparer * Description:N/A
** {{wiki:PublicMethod.gif|}} Clear() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Contains(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} CopyTo(Object[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //array// * Type:Object[] * Description:N/A
** {{wiki:PublicMethod.gif|}} CopyTo(Int32,Object[],Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //array// * Type:Object[] * Description:N/A * //arrayIndex// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} CopyTo(Object[],Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //array// * Type:Object[] * Description:N/A * //arrayIndex// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Exists(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} Find(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindAll(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:List * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindIndex(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindIndex(Int32,Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //startIndex// * Type:Int32 * Description:N/A * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindIndex(Int32,Int32,Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //startIndex// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindLast(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindLastIndex(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindLastIndex(Int32,Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //startIndex// * Type:Int32 * Description:N/A * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} FindLastIndex(Int32,Int32,Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //startIndex// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} ForEach(Action) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //action// * Type:Action * Description:N/A
** {{wiki:PublicMethod.gif|}} GetEnumerator() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Enumerator * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetRange(Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:List * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} IndexOf(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} IndexOf(Object,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} IndexOf(Object,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Insert(Int32,Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} InsertRange(Int32,IEnumerable) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //collection// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} LastIndexOf(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} LastIndexOf(Object,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} LastIndexOf(Object,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Remove(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //item// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveAll(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveAt(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} RemoveRange(Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Reverse() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Reverse(Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Sort() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Sort(IComparer) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //comparer// * Type:IComparer * Description:N/A
** {{wiki:PublicMethod.gif|}} Sort(Int32,Int32,IComparer) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //index// * Type:Int32 * Description:N/A * //count// * Type:Int32 * Description:N/A * //comparer// * Type:IComparer * Description:N/A
** {{wiki:PublicMethod.gif|}} Sort(Comparison) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //comparison// * Type:Comparison * Description:N/A
** {{wiki:PublicMethod.gif|}} ToArray() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object[] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} TrimExcess() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} TrueForAll(Predicate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //match// * Type:Predicate * Description:N/A
** {{wiki:PublicMethod.gif|}} ConvertAll(Converter) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:List * Description:N/A == Parameters == * //converter// * Type:Converter * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Capacity ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Count ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Item ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object ==== Protected Properties ==== ==== Public Events ====