Class
ShapeCollection

Strongly type collection (alias) of IShape instances.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public sealed class ShapeCollection : ReadOnlyCollection<IShape>, IList<IShape>, ICollection<IShape>, IList, ICollection, IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable

Inheritance: objectReadOnlyCollection<IShape>ShapeCollection

Implements: ICollectionICollection<IShape>IEnumerableIEnumerable<IShape>IListIList<IShape>IReadOnlyCollection<IShape>IReadOnlyList<IShape>

Inherited Members ReadOnlyCollection<IShape>.Contains(IShape)ReadOnlyCollection<IShape>.CopyTo(IShape[], int)ReadOnlyCollection<IShape>.GetEnumerator()ReadOnlyCollection<IShape>.IndexOf(IShape)ReadOnlyCollection<IShape>.EmptyReadOnlyCollection<IShape>.CountReadOnlyCollection<IShape>.this[int]

Constructors

ShapeCollection(IList<IShape>)

Initializes a new instance of the ShapeCollection class.

Declaration

cs-api-definition
public ShapeCollection(IList<IShape> list)

Parameters

list

IList<IShape>

The list.

In this article
DefinitionConstructorsShapeCollection(IList<IShape>)
Not finding the help you need?
Contact Support