public class DataTreeStructure
Public Class DataTreeStructure
public ref class DataTreeStructure
type DataTreeStructure = class end
DataTreeStructure | Initializes a new instance of the DataTreeStructure class |
Count | number of branches in the tree. |
Count(Int32) | number of items in a branch. |
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) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
setBranchCount | set the number of branches in the tree. |
setItemCount | set the item count per branch. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
updateT | update the structure of a data tree so that its number of branches matches the number of entries in a given list. After update the count of each branch is at least 1. |
item_count | number of items of each branch of the data tree. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |
UpdateT |
(Defined by ExtensionsUtilities) |