CodeObjectAsTextLength Method |
Determine the length of the code object if converted to a string using the specified flags.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public int AsTextLength(
CodeObjectRenderFlags flags = CodeObjectRenderFlags.LengthFlags,
Stack<CodeWriterAlignmentState> alignmentStateStack = null
)
Parameters
- flags (Optional)
- Type: Nova.CodeDOMCodeObjectRenderFlags
- alignmentStateStack (Optional)
- Type: System.Collections.GenericStackCodeWriterAlignmentState
Return Value
Type:
Int32See Also