Search Results for

    Show / Hide Table of Contents

    Class PointSetHashtable.PointList

    Inheritance
    Object
    List<Int32>
    PointSetHashtable.PointList
    Implements
    IList<Int32>
    ICollection<Int32>
    IList
    ICollection
    IReadOnlyList<Int32>
    IReadOnlyCollection<Int32>
    IEnumerable<Int32>
    IEnumerable
    IGridElement3
    Inherited Members
    System.Collections.Generic.List<System.Int32>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<System.Int32>.System.Collections.IList.set_Item(System.Int32, System.Object)
    List<Int32>.Add(Int32)
    List<Int32>.IList.Add(Object)
    List<Int32>.AddRange(IEnumerable<Int32>)
    List<Int32>.AsReadOnly()
    List<Int32>.BinarySearch(Int32, Int32, Int32, IComparer<Int32>)
    List<Int32>.BinarySearch(Int32)
    List<Int32>.BinarySearch(Int32, IComparer<Int32>)
    List<Int32>.Clear()
    List<Int32>.Contains(Int32)
    List<Int32>.IList.Contains(Object)
    List<Int32>.ConvertAll<TOutput>(Converter<Int32, TOutput>)
    List<Int32>.CopyTo(Int32[])
    List<Int32>.ICollection.CopyTo(Array, Int32)
    List<Int32>.CopyTo(Int32, Int32[], Int32, Int32)
    List<Int32>.CopyTo(Int32[], Int32)
    List<Int32>.Exists(Predicate<Int32>)
    List<Int32>.Find(Predicate<Int32>)
    List<Int32>.FindAll(Predicate<Int32>)
    List<Int32>.FindIndex(Predicate<Int32>)
    List<Int32>.FindIndex(Int32, Predicate<Int32>)
    List<Int32>.FindIndex(Int32, Int32, Predicate<Int32>)
    List<Int32>.FindLast(Predicate<Int32>)
    List<Int32>.FindLastIndex(Predicate<Int32>)
    List<Int32>.FindLastIndex(Int32, Predicate<Int32>)
    List<Int32>.FindLastIndex(Int32, Int32, Predicate<Int32>)
    List<Int32>.ForEach(Action<Int32>)
    List<Int32>.GetEnumerator()
    List<Int32>.IEnumerable<Int32>.GetEnumerator()
    List<Int32>.IEnumerable.GetEnumerator()
    List<Int32>.GetRange(Int32, Int32)
    List<Int32>.IndexOf(Int32)
    List<Int32>.IList.IndexOf(Object)
    List<Int32>.IndexOf(Int32, Int32)
    List<Int32>.IndexOf(Int32, Int32, Int32)
    List<Int32>.Insert(Int32, Int32)
    List<Int32>.IList.Insert(Int32, Object)
    List<Int32>.InsertRange(Int32, IEnumerable<Int32>)
    List<Int32>.LastIndexOf(Int32)
    List<Int32>.LastIndexOf(Int32, Int32)
    List<Int32>.LastIndexOf(Int32, Int32, Int32)
    List<Int32>.Remove(Int32)
    List<Int32>.IList.Remove(Object)
    List<Int32>.RemoveAll(Predicate<Int32>)
    List<Int32>.RemoveAt(Int32)
    List<Int32>.RemoveRange(Int32, Int32)
    List<Int32>.Reverse()
    List<Int32>.Reverse(Int32, Int32)
    List<Int32>.Sort()
    List<Int32>.Sort(IComparer<Int32>)
    List<Int32>.Sort(Int32, Int32, IComparer<Int32>)
    List<Int32>.Sort(Comparison<Int32>)
    List<Int32>.ToArray()
    List<Int32>.TrimExcess()
    List<Int32>.TrueForAll(Predicate<Int32>)
    List<Int32>.Capacity
    List<Int32>.Count
    List<Int32>.IList.IsFixedSize
    List<Int32>.ICollection<Int32>.IsReadOnly
    List<Int32>.IList.IsReadOnly
    List<Int32>.ICollection.IsSynchronized
    List<Int32>.ICollection.SyncRoot
    List<Int32>.Item[Int32]
    List<Int32>.IList.Item[Int32]
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: gs
    Assembly: cs.temp.dll.dll
    Syntax
    public class PointList : List<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable, IGridElement3

    Methods

    CreateNewGridElement(Boolean)

    Declaration
    public IGridElement3 CreateNewGridElement(bool bCopy)
    Parameters
    Type Name Description
    Boolean bCopy
    Returns
    Type Description
    IGridElement3

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IGridElement3
    In This Article
    Back to top ViRGIS VR GIS