Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the InputComponent at the specified position in the collection. |
The following tables list the members exposed by InputComponentCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the InputComponent at the specified position in the collection. |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Adds the specified InputComponent to the collection. | |
Clear | Overloaded. Removes all components from the collection, then disposes the components. | |
Contains | Overloaded. Determines whether this collection contains the specified InputComponent. | |
IndexOf | Overloaded. Determines the index of a specific InputComponent in the collection. | |
Insert | Inserts the specified InputComponent into this collection at the given index. | |
Remove | Overloaded. Removes the first occurrence of the specified InputComponent from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Overridden. Performs additional custom processes when clearing the contents of the InputComponentCollection instance. | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the InputComponentCollection instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting an InputComponent into the InputComponentCollection instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing an InputComponent from the InputComponentCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting an InputComponent in the InputComponentCollection instance. | |
OnValidate | Overridden. Checks that the value argument derives from InputComponent. |