Initialises a new instance of the CollectionTypeOperations class.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public CollectionTypeOperations(
	Type type,
	string itemProperty,
	string removalMethod
)
Visual Basic (Declaration)
Public Sub New ( _
	type As Type, _
	itemProperty As String, _
	removalMethod As String _
)

Parameters

type
Type: System..::.Type
The collection type.
itemProperty
Type: System..::.String
The name of the property used to access items by index.
removalMethod
Type: System..::.String
The name of the method used to remove items by index.

See Also