Initializes a new instance of the ElementDecl class
Namespace: CuteEditor.ToolsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public ElementDecl( string name, bool sto, bool eto, ContentModel cm, string[] inclusions, string[] exclusions ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ sto As Boolean, _ eto As Boolean, _ cm As ContentModel, _ inclusions As String(), _ exclusions As String() _ ) |
Visual C++ |
---|
public: ElementDecl( String^ name, bool sto, bool eto, ContentModel^ cm, array<String^>^ inclusions, array<String^>^ exclusions ) |
Parameters
- name
- Type: System..::..String
- sto
- Type: System..::..Boolean
- eto
- Type: System..::..Boolean
- inclusions
- Type: array<System..::..String>[]()[][]
- exclusions
- Type: array<System..::..String>[]()[][]