The following tables list the members exposed by ImGearBindingList.
Name | Description | |
---|---|---|
![]() | ImGearBindingList Constructor | Initializes a new instance of the ImGearBindingList class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count. |
![]() | IsReadOnly | Gets a value indicating whether the list is read only. |
![]() | Item | Gets or sets the item at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item. |
![]() | Clear | Clears the list. |
![]() | Contains | Returns whether the list contains the item. |
![]() | CopyTo | Copies to the list. |
![]() | GetEnumerator | Gets an enumerator. |
![]() | IndexOf | Get index of the item. |
![]() | Insert | Insert at specified index. |
![]() | Remove | Removes the specified item. |
![]() | RemoveAt | Remove at specified index. |