CollectionExtensionsAsStringTObject Method

CVB.Net Documentation
Convert a list of named object into a string (useful for example with the Minos classifier's 'Read' method).

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static string AsString<TObject>(
	this IEnumerable<TObject> coll
)
where TObject : INamed

Parameters

coll
Type: System.Collections.GenericIEnumerableTObject

[Missing <param name="coll"/> documentation for "M:Stemmer.Cvb.Collections.Generic.CollectionExtensions.AsString``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

TObject

[Missing <typeparam name="TObject"/> documentation for "M:Stemmer.Cvb.Collections.Generic.CollectionExtensions.AsString``1(System.Collections.Generic.IEnumerable{``0})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stemmer.Cvb.Collections.Generic.CollectionExtensions.AsString``1(System.Collections.Generic.IEnumerable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableTObject. 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

Reference