Click or drag to resize

PrintNode Class

[Missing <summary> documentation for "T:Altaxo.Main.PegParser.PrintNode"]

Inheritance Hierarchy
SystemObject
  Altaxo.Main.PegParserPrintNode
    Altaxo.Main.PegParserTreePrint

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class PrintNode

The PrintNode type exposes the following members.

Constructors
 NameDescription
Protected methodPrintNodeInitializes a new instance of the PrintNode class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsLeaf 
Public methodIsSkip 
Public methodLenDistNext 
Public methodLenLeaf 
Public methodLenMaxLine 
Public methodLenNodeBeg 
Public methodLenNodeEnd 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPrintDistNext 
Public methodPrintLeaf 
Public methodPrintNodeBeg 
Public methodPrintNodeEnd 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also