Name | Description | |
---|---|---|
![]() | DetachmentCollection Constructor | Overloaded. |
The following tables list the members exposed by DetachmentCollection.
Name | Description | |
---|---|---|
![]() | DetachmentCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Single values in the collection. |
![]() | Item | Gets or sets the Single value at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a Single value to the collection. |
![]() | AddRange | Adds an array of Single values to the collection. |
![]() | Clear | Removes all Single values from the collection. |
![]() | Clone | Creates a new collection that is a copy of this collection. |
![]() | Contains | Determines whether the collection contains a specific Single value. |
![]() | CopyTo | Copies the Single values in the collection to an array, starting at the specified array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | IndexOf | Determines the index of the Single value in the collection. |
![]() | Insert | Inserts a Single value into the collection at the specified index. |
![]() | InsertRange | Inserts an array of Single values into the collection at the specified index. |
![]() | Remove | Removes a Single value from the collection. |
![]() | RemoveAt | Removes a Single value from the collection at the specified index. |