Click or drag to resize

EditorEditableCollectionAttribute Constructor

[This is preliminary documentation and is subject to change.]

Construct attribute

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public EditorEditableCollectionAttribute(
	string name,
	Type type
)

Parameters

name
Type: SystemString
User friendly name used as tab title in editor
type
Type: SystemType
The type of object the collection contains
See Also