Properties  Methods 

ISciList<T> Interface Members

The following tables list the members exposed by ISciList<T>.

Public Properties
 NameDescription
 PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<T>)
 Property  
 PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<T>)
 PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<T>)
 Property  
Top
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