User Tools

Site Tools


api:thinkgeo.mapsuite.portable.pclarraylist

ThinkGeo.MapSuite.Portable.PclArrayList

Inheritance Hierarchy

Members Summary

Public Constructors

PclArrayList()

  • N/A
Remarks
  • N/A
Parameters

PclArrayList(IEnumerable<Object>)

  • N/A
Remarks
  • N/A
Parameters
  • itemArray
    • Type:IEnumerable<Object>
    • Description:N/A

Protected Constructors

Public Methods

CopyTo(T[])

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • array
    • Type:T[]
    • Description:N/A

Add(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

AddRange(IEnumerable<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • collection
    • Type:IEnumerable<Object>
    • Description:N/A

AsReadOnly()

  • N/A
Remarks
  • N/A
Return Value
  • Type:ReadOnlyCollection<Object>
  • Description:N/A
Parameters

BinarySearch(Int32,Int32,Object,IComparer<Object>)

  • 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<Object>
    • Description:N/A

BinarySearch(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

BinarySearch(Object,IComparer<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A
  • comparer
    • Type:IComparer<Object>
    • Description:N/A

Clear()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Contains(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

CopyTo(Object[])

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • array
    • Type:Object[]
    • Description:N/A

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

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

Exists(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

Find(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindAll(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:List<Object>
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindIndex(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindIndex(Int32,Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • startIndex
    • Type:Int32
    • Description:N/A
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindIndex(Int32,Int32,Predicate<Object>)

  • 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<Object>
    • Description:N/A

FindLast(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindLastIndex(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindLastIndex(Int32,Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • startIndex
    • Type:Int32
    • Description:N/A
  • match
    • Type:Predicate<Object>
    • Description:N/A

FindLastIndex(Int32,Int32,Predicate<Object>)

  • 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<Object>
    • Description:N/A

ForEach(Action<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • action
    • Type:Action<Object>
    • Description:N/A

GetEnumerator()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Enumerator
  • Description:N/A
Parameters

GetRange(Int32,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:List<Object>
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • count
    • Type:Int32
    • Description:N/A

IndexOf(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

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

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

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

InsertRange(Int32,IEnumerable<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A
  • collection
    • Type:IEnumerable<Object>
    • Description:N/A

LastIndexOf(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

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

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

Remove(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • item
    • Type:Object
    • Description:N/A

RemoveAll(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

RemoveAt(Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • index
    • Type:Int32
    • Description:N/A

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

Reverse()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

Sort()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Sort(IComparer<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • comparer
    • Type:IComparer<Object>
    • Description:N/A

Sort(Int32,Int32,IComparer<Object>)

  • 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<Object>
    • Description:N/A

Sort(Comparison<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • comparison
    • Type:Comparison<Object>
    • Description:N/A

ToArray()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object[]
  • Description:N/A
Parameters

TrimExcess()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

TrueForAll(Predicate<Object>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • match
    • Type:Predicate<Object>
    • Description:N/A

ConvertAll(Converter<Object,TOutput>)

  • N/A
Remarks
  • N/A
Return Value
  • Type:List<TOutput>
  • Description:N/A
Parameters
  • converter
    • Type:Converter<Object,TOutput>
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Capacity

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

Count

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

Item

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object

Protected Properties

Public Events

api/thinkgeo.mapsuite.portable.pclarraylist.txt · Last modified: 2017/01/11 06:51 (external edit)