ClassGenericEnumerable<T>
Class
This type is used internally by the data binding infrastructure and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class GenericEnumerable<T> : IEnumerable<T>, IEnumerable
Inheritance: objectGenericEnumerable<T>
Implements:
Constructors
GenericEnumerable(IEnumerable)
Initializes a new instance of the GenericEnumerable<T> class.
Declaration
cs-api-definition
public GenericEnumerable(IEnumerable source)
Parameters
source
The source.