See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the ActionCollectionEditor class

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public ActionCollectionEditor(
	Type type
)
Visual Basic
Public Sub New ( 
	type As Type
)
Visual C++
public:
ActionCollectionEditor(
	Type^ type
)

Parameters

type
Type: System..::..Type

See Also