C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Util Namespace / FastList Class
Properties Methods


FastList Class Members

The following tables list the members exposed by FastList.

Public Constructors
 NameDescription
Public Constructor  
Top
Protected Properties
 NameDescription
Protected PropertyGets the List used internally to store the elements of the current FastList.  
Top
Public Methods
 NameDescription
Public MethodClears the current FastList.  
Public MethodReturns the index of the specified object in the current FastList. (Performs a fast search using the FindObjectIndex method.)  
Top
Protected Methods
 NameDescription
Protected MethodAdds an object implementing the System.IComparable interface to the current list.  
Protected MethodPerforms a fast search for the specified object within the current FastList.  
Protected MethodInserts the element at the specified index.  
Protected MethodRemoves the specified element from the current list.  
Protected MethodRemoves the element at the specified index from the current list.  
Top
See Also