Keyoti SearchUnit API Docs
IntList Class
API DocumentationKeyoti.SearchEngine.UtilsIntList
Keyoti SearchUnit v6
Int list wrapper.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class IntList : List<int>
public class IntList : List<int>
Public Class IntList
	Inherits List(Of Integer)
Public Class IntList
	Inherits List(Of Integer)
public ref class IntList : public List<int>
public ref class IntList : public List<int>
type IntList =  
    class
        inherit List<int>
    end
type IntList =  
    class
        inherit List<int>
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
IntList()()()()
New

IntList(Int32)
New

Add(T) (Inherited from List<(Of <(<'Int32>)>)>.)
AddRange(IEnumerable<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
AsReadOnly()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
BinarySearch(T) (Inherited from List<(Of <(<'Int32>)>)>.)
BinarySearch(T, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
Capacity (Inherited from List<(Of <(<'Int32>)>)>.)
Clear()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
Contains(T) (Inherited from List<(Of <(<'Int32>)>)>.)
ConvertAll<(Of <<'(TOutput>)>>)(Converter<(Of <<'(T, TOutput>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
CopyTo(array<T>[]()[][]) (Inherited from List<(Of <(<'Int32>)>)>.)
CopyTo(Int32, array<T>[]()[][], Int32, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
CopyTo(array<T>[]()[][], Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
Count (Inherited from List<(Of <(<'Int32>)>)>.)
Equals(Object) (Inherited from Object.)
Exists(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
Finalize()()()() (Inherited from Object.)
Find(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindAll(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindIndex(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindIndex(Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindLast(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindLastIndex(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindLastIndex(Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
FindLastIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
ForEach(Action<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
GetEnumerator()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
GetHashCode()()()() (Inherited from Object.)
GetRange(Int32, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
GetType()()()() (Inherited from Object.)
IndexOf(T) (Inherited from List<(Of <(<'Int32>)>)>.)
IndexOf(T, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
IndexOf(T, Int32, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
Insert(Int32, T) (Inherited from List<(Of <(<'Int32>)>)>.)
InsertRange(Int32, IEnumerable<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
Item[([( Int32])]) (Inherited from List<(Of <(<'Int32>)>)>.)
LastIndexOf(T) (Inherited from List<(Of <(<'Int32>)>)>.)
LastIndexOf(T, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
LastIndexOf(T, Int32, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
MemberwiseClone()()()() (Inherited from Object.)
Remove(T) (Inherited from List<(Of <(<'Int32>)>)>.)
RemoveAll(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
RemoveAt(Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
RemoveRange(Int32, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
Reverse()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
Reverse(Int32, Int32) (Inherited from List<(Of <(<'Int32>)>)>.)
Sort()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
Sort(IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
Sort(Int32, Int32, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
Sort(Comparison<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
ToArray()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
ToCommaDelimitedInt()()()()
Generates a comma delimited string representation for human consumption.

ToString()()()() (Inherited from Object.)
TrimExcess()()()() (Inherited from List<(Of <(<'Int32>)>)>.)
TrueForAll(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'Int32>)>)>.)
Inheritance Hierarchy
Object
List<(Of <(<'Int32>)>)>
 IntList

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120