New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class DoubleCollection : List<float>, IList, ICollection, IEnumerable

Inheritance: objectList<float>DoubleCollection

Implements: ICollectionIEnumerableIList

Constructors

C#
public DoubleCollection()
C#
public DoubleCollection(List<float> source)
Parameters:sourceList<float>

Extension Methods