Documentation for this section has not yet been entered.
Remarks
To be added.
Classes
| Type | Reason |
|---|
| Env |
Env is a static class that provides some of the features of
System.Environment that are not available under all runtimes
|
| NUnitOutputTextWriter | Documentation for this section has not yet been entered. |
| ObjectList |
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.
|
| TcpTextWriter | Documentation for this section has not yet been entered. |