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