NodeDictionaryBaseTNodeValues Property

CVB.Net Documentation
Gets all the TNodes in this dictionary.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public ICollection<TNode> Values { get; }

Property Value

Type: ICollectionTNode

Implements

IDictionaryTKey, TValueValues
See Also

Reference