interface MyInterface { int MyProperty {get;} }@H_404_3@
interface class MyInterface { property int MyProperty { int get(); } };@H_404_3@ 参见示例here
参见示例here