ISciList<T> Interface Methods

For a list of all members of this type, see ISciList<T> members.

Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 Method  
 Method  
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<T>)
 Method  
 Method  
 MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<T>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<T>)
 Method  
 Method  
 Method  
 MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<T>)
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Method  
 Method  
 Method  
 MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Method  
 Method  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. 
Top
See Also