FixedSizeBufferDecl Constructor (String, Expression, Expression, Modifiers) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public FixedSizeBufferDecl(
string name,
Expression type,
Expression size,
Modifiers modifiers = Modifiers.None
)
Parameters
- name
- Type: SystemString
The name of the fixed-size buffer. - type
- Type: Nova.CodeDOMExpression
The type of the fixed-size buffer - size
- Type: Nova.CodeDOMExpression
The size of the fixed-size buffer. - modifiers (Optional)
- Type: Nova.CodeDOMModifiers
The modifiers for the field.
See Also