Skip to content

v4.0.65

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 30 Nov 14:20
· 2 commits to master since this release
3addeba

Download the library here

  • ADDED: The AddMethod when using to create an extension method can now directly use members of the extended type such as:
context.AddMethod(@"public int GetLevel(this UserTest user)
{
    return Level;
}");

Trial unlocked until the end of December