 | WorkersValues property |
Returns the values of Workers.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic DictionaryTKey, TValueValueCollection Values { get; }
Public ReadOnly Property Values As DictionaryTKey, TValueValueCollection
Get
public:
property DictionaryTKey, TValueValueCollection^ Values {
DictionaryTKey, TValueValueCollection^ get ();
}
member Values : DictionaryTKey, TValueValueCollection with get
Property value
DictionaryTKey, TValueValueCollection
See also