Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs b/src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs
index 451cf6897..0cf6aaa15 100644
--- a/src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs
+++ b/src/System.Private.CoreLib/shared/System/Collections/IDictionaryEnumerator.cs
@@ -39,7 +39,7 @@ namespace System.Collections
// GetKey with no intervening calls to GetNext will return
// the same object.
//
- Object Key
+ object Key
{
get;
}
@@ -50,7 +50,7 @@ namespace System.Collections
// to GetValue with no intervening calls to GetNext will
// return the same object.
//
- Object Value
+ object Value
{
get;
}