MultiFieldDecl Constructor (Expression, Modifiers, String) |
Create a multi field declaration.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public MultiFieldDecl(
Expression type,
Modifiers modifiers,
params string[] names
)
Parameters
- type
- Type: Nova.CodeDOMExpression
The type of the multi field declaration. - modifiers
- Type: Nova.CodeDOMModifiers
The modifiers of the multi field declaration. - names
- Type: SystemString
The list of names to be used.
See Also