| BTree Methods |
The BTree 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 a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadFileIntoTree(String, BtreeString, String, Boolean) |
default for strings
| |
| LoadFileIntoTreeT(String, BtreeT, FuncString, T, String, Boolean) |
Load a file into a tree structure based on levels. by default '1 \n \t 2' in a file will create a parent with a child node
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveFileIntoTreeT | ||
| SaveTreeT | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |