IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.List Class Reference

The List class is a helper class with properties and methods that supply a number of constraints used with lists and collections. More...

Static Public Member Functions

static ListMapper Map (ICollection actual)
 List.Map returns a ListMapper, which can be used to map the original collection to another collection. More...
 

Detailed Description

The List class is a helper class with properties and methods that supply a number of constraints used with lists and collections.

Member Function Documentation

static ListMapper NUnit.Framework.List.Map ( ICollection  actual)
inlinestatic

List.Map returns a ListMapper, which can be used to map the original collection to another collection.

Parameters
actual
Returns

Referenced by NUnit.Framework.Tests.AssertSyntaxTests.PropertyTests().


The documentation for this class was generated from the following file: