Click or drag to resize

ObjectExtension.ConvertToEnumerable<T> 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.Collections.IEnumerable

Type Parameters

T

Return Value

Type: EnumerableConversion<T>

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