NodeDictionaryTNode Properties

CVB.Net Documentation

The NodeDictionaryTNode generic type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of TNodes in this dictionary.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyIsDisposed
Gets whether this dictionary has been disposed.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyIsReadOnly
Gets whether this dictionary is read only.
(Overrides NodeDictionaryBaseTNodeIsReadOnly.)
Public propertyItem
Indexer of this dictionary to get/add TNode objects.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyKeys
Gets the keys for all nodes.
(Inherited from NodeDictionaryBaseTNode.)
Protected propertyNodes
Gets the dictionary holding all node objects.
(Inherited from NodeDictionaryBaseTNode.)
Public propertyParent
The parent node of this collection.
Public propertyValues
Gets all the TNodes in this dictionary.
(Inherited from NodeDictionaryBaseTNode.)
Top
See Also

Reference