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

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2010-06-28 13:33:27 +0400
committerjfrijters <jfrijters>2010-06-28 13:33:27 +0400
commitb1d4ce1016de92fc36ee2d35898232aa2a81ebcc (patch)
treedea82c40e62c833f22057db8837f5398bb4ae0f3 /reflect/Metadata
parent21e2415c9b19fbd6618e3b9e4d0a47a69021915e (diff)
Renamed StandAloneSigTable and ModuleRefTable Add methods to FindOrAddRecord for clarity and consistency with the other FindOrAddRecord methods.
Diffstat (limited to 'reflect/Metadata')
-rw-r--r--reflect/Metadata/Tables.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/reflect/Metadata/Tables.cs b/reflect/Metadata/Tables.cs
index c1977b19..d5678ed9 100644
--- a/reflect/Metadata/Tables.cs
+++ b/reflect/Metadata/Tables.cs
@@ -1364,7 +1364,7 @@ namespace IKVM.Reflection.Metadata
return rsc.WriteBlobIndex().Value;
}
- internal int Add(int blob)
+ internal int FindOrAddRecord(int blob)
{
for (int i = 0; i < rowCount; i++)
{
@@ -1758,7 +1758,7 @@ namespace IKVM.Reflection.Metadata
.Value;
}
- internal int Add(int str)
+ internal int FindOrAddRecord(int str)
{
for (int i = 0; i < rowCount; i++)
{