The CollectionTypeOperations type exposes the following members.

Constructors

  NameDescription
CollectionTypeOperations
Initialises a new instance of the CollectionTypeOperations class.

Fields

  NameDescription
Dictionary
Gets the CollectionTypeOperations for the IDictionary type.
List
Gets the CollectionTypeOperations for the IList type.

Properties

  NameDescription
ItemProperty
Gets the property for accessing items using their indexes.
RemovalMethod
Gets the method for removing items using their indexes.

See Also