Class
GenericEnumerable<T>

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: IEnumerableIEnumerable<T>

Constructors

GenericEnumerable(IEnumerable)

Initializes a new instance of the GenericEnumerable<T> class.

Declaration

cs-api-definition
public GenericEnumerable(IEnumerable source)

Parameters

source

IEnumerable

The source.

In this article
DefinitionConstructorsGenericEnumerable(IEnumerable)
Not finding the help you need?
Contact Support