Click or drag to resize

FixedSizeBufferDecl Constructor (Parser, CodeObject, Boolean)

Initializes a new instance of the FixedSizeBufferDecl class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected FixedSizeBufferDecl(
	Parser parser,
	CodeObject parent,
	bool isMulti
)

Parameters

parser
Type: Nova.ParsingParser
parent
Type: Nova.CodeDOMCodeObject
isMulti
Type: SystemBoolean
See Also