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) |