DocTest : Mono.DocTest Namespace

UseLists Class

Documentation for this section has not yet been entered.

Syntax

public class UseLists

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

GetValues<T> (T) : Mono.DocTest.Generic.MyList<T>
Documentation for this section has not yet been entered.
Process (Mono.DocTest.Generic.MyList<int>)
Documentation for this section has not yet been entered.
Process (List<int>)
Documentation for this section has not yet been entered.
Process (List<Predicate<int>>)
Documentation for this section has not yet been entered.
Process<T> (List<Predicate<T>>)
Documentation for this section has not yet been entered.
UseHelper<T,U,V> (Mono.DocTest.Generic.MyList<T>.Helper<U, V>)
Documentation for this section has not yet been entered.

Extension Methods

static
ToEnumerable<T> (this T) : IEnumerable<T>
Documentation for this section has not yet been entered.

Member Details

UseLists Constructor

Documentation for this section has not yet been entered.

Syntax

public UseLists ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

GetValues<T> Generic Method

Documentation for this section has not yet been entered.

Syntax

public Mono.DocTest.Generic.MyList<T> GetValues<T> (T value)
where T : struct

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

Process Method

Documentation for this section has not yet been entered.

Syntax

Parameters

list
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

Process Method

Documentation for this section has not yet been entered.

Syntax

public void Process (List<int> list)

Parameters

list
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

Process Method

Documentation for this section has not yet been entered.

Syntax

public void Process (List<Predicate<int>> list)

Parameters

list
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

Process<T> Generic Method

Documentation for this section has not yet been entered.

Syntax

public void Process<T> (List<Predicate<T>> list)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

list
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

UseHelper<T,U,V> Generic Method

Documentation for this section has not yet been entered.

Syntax

public void UseHelper<T, U, V> (Mono.DocTest.Generic.MyList<T>.Helper<U, V> helper)

Type Parameters

T
Documentation for this section has not yet been entered.
U
Documentation for this section has not yet been entered.
V
Documentation for this section has not yet been entered.

Parameters

helper
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0