LocalDecl Constructor (Parser, CodeObject, Boolean, Boolean, Boolean, Boolean) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public LocalDecl(
Parser parser,
CodeObject parent,
bool standAlone,
bool allowInit,
bool hasType,
bool isMulti
)
Parameters
- parser
- Type: Nova.ParsingParser
- parent
- Type: Nova.CodeDOMCodeObject
- standAlone
- Type: SystemBoolean
- allowInit
- Type: SystemBoolean
- hasType
- Type: SystemBoolean
- isMulti
- Type: SystemBoolean
See Also