The WidgetCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this annotation for all items in the collection.
| |
| Add |
Add a widget to the end of this collection.
| |
| AddRange |
Adds the elements of an array of widgets to the end of the collection.
| |
| Clear |
Removes all widgets from this collection.
| |
| Contains |
Determine whether an Widget is in the WidgetCollection.
| |
| 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.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| 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 specified widget in the collection.
| |
| Insert |
Insert an widget at the specified index.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes the given widget from this collection.
| |
| RemoveAt |
Remove a widget at the specified index.
| |
| ToString | (Inherited from Object.) |