NUnit.ObjectList Class
ObjectList represents a collection of objects. It is implemented as a List<object> in .NET 2.0 or higher and as an ArrayList otherwise. ObjectList does not attempt to be a general replacement for either of these classes but only implements what is needed within the framework.

See Also: ObjectList Members

Syntax

public class ObjectList : List<object>

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 1.0.0.0