Skip to content

Commit

Permalink
Missed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 8, 2024
1 parent ea59aec commit 9b4dc83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/IKVM.Reflection/Emit/ArrayMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Jeroen Frijters

namespace IKVM.Reflection.Emit
{

class ArrayMethod : MethodInfo
{

private readonly Module module;
private readonly Type arrayClass;
private readonly string methodName;
Expand Down Expand Up @@ -138,5 +140,7 @@ internal override bool IsBaked
{
get { return arrayClass.IsBaked; }
}

}

}

0 comments on commit 9b4dc83

Please sign in to comment.