The CollectionTypeOperations type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CollectionTypeOperations |
Initialises a new instance of the CollectionTypeOperations class.
|
Fields
| Name | Description | |
|---|---|---|
| Dictionary |
Gets the CollectionTypeOperations for the IDictionary type.
| |
| List |
Gets the CollectionTypeOperations for the IList type.
|
Properties
| Name | Description | |
|---|---|---|
| ItemProperty |
Gets the property for accessing items using their indexes.
| |
| RemovalMethod |
Gets the method for removing items using their indexes.
|