Click or drag to resize
BTree Class
example usage: https://github.com/andreigec/Meal-Chooser
Inheritance Hierarchy
SystemObject
  ANDREICSLIB.HelpersBTree

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BTree

The BTree type exposes the following members.

Constructors
  NameDescription
Public methodBTree
Initializes a new instance of the BTree class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadFileIntoTree(String, BtreeString, String, Boolean)
default for strings
Public methodStatic memberLoadFileIntoTreeT(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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSaveFileIntoTreeT
Private methodStatic memberSaveTreeT
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also