Click or drag to resize

ObjectExtensionConvertToEnumerableT Method (IEnumerable)

Note: This API is now obsolete.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
[ObsoleteAttribute("Use ToEnumerable<T>() instead.")]
public static EnumerableConversion<T> ConvertToEnumerable<T>(
	this IEnumerable values
)

Parameters

values
Type: System.CollectionsIEnumerable

Type Parameters

T

Return Value

Type: EnumerableConversionT

Usage Note

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