GenericEnumerable<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:
C#
public class GenericEnumerable<T> : IEnumerable<T>, IEnumerable
Inheritance: objectGenericEnumerable<T>
Implements:
Constructors
Initializes a new instance of the GenericEnumerable<T> class.