Click or drag to resize
Csv Methods

The Csv type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item
(Inherited from CollectionBaseT.)
Public methodAddRange
Adds a set of items
(Inherited from CollectionBaseT.)
Public methodAddTop
Adds an item in top of list
(Inherited from CollectionBaseT.)
Public methodClear
Clears the list
(Inherited from CollectionBaseT.)
Public methodContains
Check if an item exists in the list
(Inherited from CollectionBaseT.)
Public methodGetEffectiveProperties
Public methodGetEnumerator (Inherited from CollectionBaseT.)
Public methodGetItem
Gets an item by index
(Inherited from CollectionBaseT.)
Public methodGetIteratorT (Inherited from CollectionBaseT.)
Protected methodOnAdded (Overrides CollectionBaseTOnAdded(T).)
Public methodStatic memberParseRecord
Public methodRemove
Removes an item
(Inherited from CollectionBaseT.)
Public methodRemoveAt
Removes an item by its index
(Inherited from CollectionBaseT.)
Public methodSerialize
Public methodSetProperties
Public methodToArray
Creates new array of items
(Inherited from CollectionBaseT.)
Public methodToString (Inherited from CollectionBaseT.)
Top
Extension Methods
See Also