v4.0.65
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