|
|
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
| C# |
|
|---|---|
public class TreeNode<T>
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class TreeNode(Of T)
|
|
Type Parameters
- T
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
TreeNode<(Of <(<'T>)>)> |
Initializes a new instance of the TreeNode<(Of <(<'T>)>)> class.
|
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString | (Overrides Object..::ToString()()()().) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
FirstChild |
Gets or sets the first child.
|
|
|
Index |
Gets the treenode index.
|
|
|
NextSibling |
Gets or sets the next sibling.
|
|
|
Parent |
Gets or sets the parent.
|
|
|
Value |
Gets the value.
|
See Also
Smartsite.Base Namespace