| 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) | |