extension methods!
See Also: Inherited members from object.
| static  | Bar<T>
                  (this IFoo<T>, string) Mono.DocTest.Generic.IFoo`1 extension method | |
| static  | ForEach<T>
                  (this IEnumerable<T>, Action<T>) IEnumerable`1 extension method | |
| static  | ToDouble
                  (this IEnumerable<int>) IEnumerable<int> extension method. | |
| static  | ToDouble<T>
                  (this T) Mono.DocTest.Generic.IFoo`1 extension method. | |
| static  | ToEnumerable<T>
                  (this T) System.Object extension method | |
Mono.DocTest.Generic.IFoo`1 extension methodSyntax
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
M:Mono.DocTest.Generic.Extensions.Bar``1Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
IEnumerable`1 extension methodSyntax
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
M:Mono.DocTest.Generic.Extensions.ForEach``1Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
IEnumerable<int> extension method.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
M:Mono.DocTest.Generic.Extensions.ToDoubleRequirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
Mono.DocTest.Generic.IFoo`1 extension method.Syntax
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
M:Mono.DocTest.Generic.Extensions.ToDoubleRequirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
System.Object extension methodSyntax
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
M:Mono.DocTest.Generic.Extensions.ToEnumerable``1Requirements
Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0