Click or drag to resize

DataTreeStructure Methods

The DataTreeStructure type exposes the following members.

Methods
  NameDescription
Public methodCount
number of branches in the tree
Public methodCount(Int32)
number of items in a branch
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 the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodsetBranchCount
set the number of branches in the tree
Public methodsetItemCount
set the item count per branch
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodupdateT
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
Top
Extension Methods
See Also