IDictionaryEnumerator Properties
.NET Framework (current version)
Namespace:
System.Collections
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the element in the collection at the current position of the enumerator.(Inherited from IEnumerator.) |
![]() | Entry | Gets both the key and the value of the current dictionary entry. |
![]() | Key | Gets the key of the current dictionary entry. |
![]() | Value | Gets the value of the current dictionary entry. |
Show:
