RadControls for WPF

Represents a generic collection of resources.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.40

Syntax

C#
public abstract class BaseResourceCollection<T> : List<T>, 
	IKeyIndexValueProvider
where T : class
Visual Basic
Public MustInherit Class BaseResourceCollection(Of T As Class) _
	Inherits List(Of T) _
	Implements IKeyIndexValueProvider

Type Parameters

T
Must be class.

Inheritance Hierarchy

See Also