Class PropCollection
Contents
[
Hide
]PropCollection class
Prop collection.
public class PropCollection : Collection<Prop>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Add(Prop) | Add the Prop object in the collection. |
| BinarySearch(Prop) | |
| BinarySearch(Prop, IComparer<Prop>) | |
| BinarySearch(int, int, Prop, IComparer<Prop>) | |
| Clear() | |
| Contains(Prop) | |
| CopyTo(Prop[]) | |
| CopyTo(Prop[], int) | |
| CopyTo(int, Prop[], int, int) | |
| Exists(Predicate<Prop>) | |
| Find(Predicate<Prop>) | |
| FindAll(Predicate<Prop>) | |
| FindIndex(Predicate<Prop>) | |
| FindIndex(int, Predicate<Prop>) | |
| FindIndex(int, int, Predicate<Prop>) | |
| FindLast(Predicate<Prop>) | |
| FindLastIndex(Predicate<Prop>) | |
| FindLastIndex(int, Predicate<Prop>) | |
| FindLastIndex(int, int, Predicate<Prop>) | |
| GetEnumerator() | |
| GetProp(int) | Gets the element at the specified ID. |
| GetProp(string) | Gets the element at the specified name. |
| IndexOf(Prop) | |
| IndexOf(Prop, int) | |
| IndexOf(Prop, int, int) | |
| LastIndexOf(Prop) | |
| LastIndexOf(Prop, int) | |
| LastIndexOf(Prop, int, int) | |
| Remove(Prop) | Remove the Prop object from the collection. |
| RemoveAt(int) |
See Also
- class Collection<T>
- class Prop
- namespace Aspose.Diagram
- assembly Aspose.Diagram