 | ReferenceMapTKey, TValueKeysEnum Property |
Gets an enumerator that enumerates the keys.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic IEnumerator KeysEnum { get; }
Property Value
Type:
IEnumeratorTThe keys enum.
See Also