BCExtensionCommandGroupCollectionEditor Constructor |
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCExtensionCommandGroupCollectionEditor(
Type type
)
Public Sub New (
type As Type
)
public:
BCExtensionCommandGroupCollectionEditor(
Type^ type
)
new :
type : Type -> BCExtensionCommandGroupCollectionEditor
Parameters
- type
- Type: SystemType
The type of the collection for this editor to edit.
See Also