mscorlib(4.0.0.0) API with additions
IDictionaryEnumerator.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Collections
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IDictionaryEnumerator
:
IEnumerator
9
{
13
[__DynamicallyInvokable]
14
object
Key
15
{
16
[__DynamicallyInvokable]
17
get
;
18
}
19
23
[__DynamicallyInvokable]
24
object
Value
25
{
26
[__DynamicallyInvokable]
27
get
;
28
}
29
33
[__DynamicallyInvokable]
34
DictionaryEntry
Entry
35
{
36
[__DynamicallyInvokable]
37
get
;
38
}
39
}
40
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Collections.IDictionaryEnumerator.Key
object Key
Gets the key of the current dictionary entry.
Definition:
IDictionaryEnumerator.cs:15
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Collections
Definition:
ArrayList.cs:7
System.Collections.IDictionaryEnumerator.Entry
DictionaryEntry Entry
Gets both the key and the value of the current dictionary entry.
Definition:
IDictionaryEnumerator.cs:35
System.Collections.IDictionaryEnumerator.Value
object Value
Gets the value of the current dictionary entry.
Definition:
IDictionaryEnumerator.cs:25
System.Collections.IDictionaryEnumerator
Enumerates the elements of a nongeneric dictionary.
Definition:
IDictionaryEnumerator.cs:8
System.Collections.DictionaryEntry
Defines a dictionary key/value pair that can be set or retrieved.
Definition:
DictionaryEntry.cs:9
System.Collections.IEnumerator
Supports a simple iteration over a non-generic collection.
Definition:
IEnumerator.cs:9
All cs
System.Collections
IDictionaryEnumerator.cs
Generated by
1.8.15