Print |
public abstract class PrintNode
The PrintNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsLeaf | Determines whether the specified node is a leaf. | |
| IsSkip | Determines whether the specified node should be skipped during printing. | |
| LenDistNext | Gets the printed distance to the next node. | |
| LenLeaf | Gets the printed length of a leaf node. | |
| LenMaxLine | Gets the maximum line length used for printing. | |
| LenNodeBeg | Gets the printed length of the beginning of a non-leaf node. | |
| LenNodeEnd | Gets the printed length of the end of a non-leaf node. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PrintDistNext | Prints the separator to the next node. | |
| PrintLeaf | Prints a leaf node. | |
| PrintNodeBeg | Prints the beginning of a non-leaf node. | |
| PrintNodeEnd | Prints the end of a non-leaf node. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |