summaryrefslogtreecommitdiff
path: root/NW4RTools/Util/IOrderedDictionary.cs
diff options
context:
space:
mode:
Diffstat (limited to 'NW4RTools/Util/IOrderedDictionary.cs')
-rw-r--r--NW4RTools/Util/IOrderedDictionary.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/NW4RTools/Util/IOrderedDictionary.cs b/NW4RTools/Util/IOrderedDictionary.cs
index a574c7c..6cf9b85 100644
--- a/NW4RTools/Util/IOrderedDictionary.cs
+++ b/NW4RTools/Util/IOrderedDictionary.cs
@@ -55,5 +55,8 @@ namespace NW4RTools.Util
get;
set;
}
+
+
+ TKey GetKeyForIndex(int index);
}
}