The ICogRecords type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(Object) | Adds an item to the IList. (Inherited from IList.) | |
| Add(ICogRecord) |
Adds a record to the end of the list.
| |
| Clear | Removes all items from the IList. (Inherited from IList.) | |
| Contains(Object) | Determines whether the IList contains a specific value. (Inherited from IList.) | |
| Contains(ICogRecord) |
Searches the list for a given record.
| |
| ContainsKey |
Searches the list for a given key.
| |
| CopyTo | (Inherited from ICollection.) | |
| GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
| IndexOf(Object) | Determines the index of a specific item in the IList. (Inherited from IList.) | |
| IndexOf(ICogRecord) |
Searches the list for a given record.
| |
| IndexOfKey |
Searches the list for a given key.
| |
| Insert(Int32, Object) | Inserts an item to the IList at the specified index. (Inherited from IList.) | |
| Insert(Int32, ICogRecord) |
Inserts a record at a specified index.
| |
| Remove(Object) | Removes the first occurrence of a specific object from the IList. (Inherited from IList.) | |
| Remove(String) |
Removes a record with a specified key.
| |
| RemoveAt | Removes the IList item at the specified index. (Inherited from IList.) |
See Also