Class ShapeCollection
Strongly type collection (alias) of IShape instances.
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.Contains(Telerik.Windows.Diagrams.Core.IShape)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.CopyTo(Telerik.Windows.Diagrams.Core.IShape[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.IndexOf(Telerik.Windows.Diagrams.Core.IShape)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.IList<Telerik.Windows.Diagrams.Core.IShape>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.IList<Telerik.Windows.Diagrams.Core.IShape>.set_Item(System.Int32, Telerik.Windows.Diagrams.Core.IShape)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.ICollection<Telerik.Windows.Diagrams.Core.IShape>.Add(Telerik.Windows.Diagrams.Core.IShape)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.ICollection<Telerik.Windows.Diagrams.Core.IShape>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.IList<Telerik.Windows.Diagrams.Core.IShape>.Insert(System.Int32, Telerik.Windows.Diagrams.Core.IShape)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.ICollection<Telerik.Windows.Diagrams.Core.IShape>.Remove(Telerik.Windows.Diagrams.Core.IShape)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.IList<Telerik.Windows.Diagrams.Core.IShape>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.ICollection<Telerik.Windows.Diagrams.Core.IShape>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.Generic.IList<Telerik.Windows.Diagrams.Core.IShape>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.Windows.Diagrams.Core.IShape>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ShapeCollection : ReadOnlyCollection<IShape>, IList<IShape>, ICollection<IShape>, IList, ICollection, IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable
Constructors
ShapeCollection(IList<IShape>)
Initializes a new instance of the ShapeCollection class.
Declaration
public ShapeCollection(IList<IShape> list)
Parameters
System.Collections.Generic.IList<IShape>
list
The list. |