Click or drag to resize
BTreeSaveFileIntoTreeT Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SaveFileIntoTree<T>(
	string filename,
	Btree<T> root,
	string levelSeparator = ""
)

Parameters

filename
Type: SystemString
root
Type: ANDREICSLIB.HelpersBtreeT
levelSeparator (Optional)
Type: SystemString

Type Parameters

T
See Also