Click or drag to resize

MultiFixedSizeBufferDeclAdd Method (String, Expression)

Add a FixedSizeBufferDecl with the specified name and size.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Add(
	string name,
	Expression size
)

Parameters

name
Type: SystemString
size
Type: Nova.CodeDOMExpression
See Also