Search Results for

    Show / Hide Table of Contents

    Class CSVData

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

    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
    In This Article
    Back to top ViRGIS VR GIS