EditorEditableCollectionAttribute Constructor |
[This is preliminary documentation and is subject to change.]
Construct attribute
Namespace: CSC.SC.TOPICA4.TemplateAssembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntaxpublic 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