summaryrefslogtreecommitdiff
path: root/src/vm/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/hash.h')
-rw-r--r--src/vm/hash.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vm/hash.h b/src/vm/hash.h
index 0855ed481c..404392fff1 100644
--- a/src/vm/hash.h
+++ b/src/vm/hash.h
@@ -722,6 +722,14 @@ public:
return iter.end();
}
+ UPTR GetKey()
+ {
+ WRAPPER_NO_CONTRACT;
+ SUPPORTS_DAC;
+
+ return iter.GetKey();
+ }
+
PTR_VOID GetValue()
{
WRAPPER_NO_CONTRACT;