 | WorkersKeys property |
Returns the keys from Workers.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic DictionaryTKey, TValueKeyCollection Keys { get; }
Public ReadOnly Property Keys As DictionaryTKey, TValueKeyCollection
Get
public:
property DictionaryTKey, TValueKeyCollection^ Keys {
DictionaryTKey, TValueKeyCollection^ get ();
}
member Keys : DictionaryTKey, TValueKeyCollection with get
Property value
DictionaryTKey, TValueKeyCollection
See also