Click or drag to resize

CodeWriterGetIndentOffset Method

Get the indentation offset of the specified code object.

Namespace:  Nova.Rendering
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int GetIndentOffset(
	CodeObject codeObject
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject

Return Value

Type: Int32
See Also