Class CollectionComponent<T>
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
Telerik.Generated.Blazor.Components.Component
Telerik.Generated.Blazor.Components.ChildComponent
CollectionComponent<T>
Namespace: Telerik.Generated.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class CollectionComponent<T> : ChildComponent, IDisposable, IEnumerable<T>, IEnumerable where T : CollectionItemComponent
Type Parameters
T
|
Constructors
CollectionComponent()
Declaration
public CollectionComponent()
Methods
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<T>
|