Class RelationShapeCollection

RelationShapeCollection class

RelationShape collection.

public class RelationShapeCollection : Collection<RelationShape>

Constructors

NameDescription
RelationShapeCollection()The default constructor.

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
BinarySearch(RelationShape)
BinarySearch(RelationShape, IComparer<RelationShape>)
BinarySearch(int, int, RelationShape, IComparer<RelationShape>)
Clear()
Contains(RelationShape)
CopyTo(RelationShape[])
CopyTo(RelationShape[], int)
CopyTo(int, RelationShape[], int, int)
Exists(Predicate<RelationShape>)
Find(Predicate<RelationShape>)
FindAll(Predicate<RelationShape>)
FindIndex(Predicate<RelationShape>)
FindIndex(int, Predicate<RelationShape>)
FindIndex(int, int, Predicate<RelationShape>)
FindLast(Predicate<RelationShape>)
FindLastIndex(Predicate<RelationShape>)
FindLastIndex(int, Predicate<RelationShape>)
FindLastIndex(int, int, Predicate<RelationShape>)
GetEnumerator()
IndexOf(RelationShape)
IndexOf(RelationShape, int)
IndexOf(RelationShape, int, int)
LastIndexOf(RelationShape)
LastIndexOf(RelationShape, int)
LastIndexOf(RelationShape, int, int)
Remove(RelationShape)Remove the relationShape from the collection.
RemoveAt(int)

See Also