Click or drag to resize

ExtensionMethodsAsIOList Method

Convert IEnumerable<IOLine> to an IOList<IOLine>

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public static IOList<IOLine> AsIOList(
	this IEnumerable<IOLine> lineList
)

Parameters

lineList
Type: System.Collections.GenericIEnumerableIOLine

[Missing <param name="lineList"/> documentation for "M:Brainboxes.IO.ExtensionMethods.AsIOList(System.Collections.Generic.IEnumerable{Brainboxes.IO.IOLine})"]

Return Value

Type: IOListIOLine

[Missing <returns> documentation for "M:Brainboxes.IO.ExtensionMethods.AsIOList(System.Collections.Generic.IEnumerable{Brainboxes.IO.IOLine})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableIOLine. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also