The AspectCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AspectCollection |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Apends an item to the list of Aspects
| |
| Bind | Overloaded. | |
| Clear |
Empties the list of Aspects
| |
| Contains | Overloaded. | |
| CopyTo |
Copies the list of Aspects to the given array
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find<(Of <(T>)>) |
Searches the list of Aspects for the given Aspect type and returns it
| |
| GetEnumerator |
Returns the enumerator or the list of Aspects
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns the index of the given item
| |
| Insert |
Inserts a new item at the specific index
| |
| IsBound | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove | Overloaded. | |
| RemoveAt |
Removes an item at given index
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the number of Aspects in the list of Aspects
| |
| Item |
Returns the Aspect at the given index
|
