Represents an IList providing a fast search for the contained elements.

Namespace:  C1.C1Preview.Util
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class FastList : IEnumerable, ICollection, 
	IList
Visual Basic
Public Class FastList _
	Implements IEnumerable, ICollection, IList

Inheritance Hierarchy

See Also