DocTest : Mono.DocTest.Generic Namespace

Extensions Class

Documentation for this section has not yet been entered.

Syntax

public static class Extensions

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Methods

static
Bar<T> (this IFoo<T>, string)
Documentation for this section has not yet been entered.
static
ForEach<T> (this IEnumerable<T>, Action<T>)
Documentation for this section has not yet been entered.
static
ToDouble (this IEnumerable<int>) : IEnumerable<double>
Documentation for this section has not yet been entered.
static
ToDouble<T> (this T) : double
Documentation for this section has not yet been entered.
static
ToEnumerable<T> (this T) : IEnumerable<T>
Documentation for this section has not yet been entered.

Member Details

Bar<T> Generic Method

Documentation for this section has not yet been entered.

Syntax

public static void Bar<T> (this IFoo<T> self, string s)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
s
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ForEach<T> Generic Method

Documentation for this section has not yet been entered.

Syntax

public static void ForEach<T> (this IEnumerable<T> self, Action<T> a)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
a
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ToDouble Method

Documentation for this section has not yet been entered.

Syntax

public static IEnumerable<double> ToDouble (this IEnumerable<int> list)

Parameters

list
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.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

ToDouble<T> Generic Method

Documentation for this section has not yet been entered.

Syntax

public static double ToDouble<T> (this T val)
where T : Mono.DocTest.Generic.IFoo<T>

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

val
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.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

ToEnumerable<T> Generic Method

Documentation for this section has not yet been entered.

Syntax

public static IEnumerable<T> ToEnumerable<T> (this T self)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

self
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.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0