Jint: using CLR object 's properties in Javascript functions

后端 未结 0 1762
耶瑟儿~
耶瑟儿~ 2021-02-05 03:56

I have been testing the jint library and hit a snag. Given this class in C#:

public class Foo
{
    public string Name { get; } = "Bar";
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题