The AspectCollection type exposes the following members.

Constructors

  NameDescription
AspectCollection
Constructor

Methods

  NameDescription
Add
Apends an item to the list of Aspects
BindOverloaded.
Clear
Empties the list of Aspects
ContainsOverloaded.
CopyTo
Copies the list of Aspects to the given array
Equals
Determines whether the specified Object is equal to the current Object.
(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
IsBoundOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveOverloaded.
RemoveAt
Removes an item at given index
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Returns the number of Aspects in the list of Aspects
Item
Returns the Aspect at the given index

See Also