示例#1
0
        public int ConstructAndQueryNonDefaultInterfaceFirstCall()
        {
            ClassWithMultipleInterfaces instance2 = new ClassWithMultipleInterfaces();

            return(instance2.IntProperty);
        }
示例#2
0
 public void Setup()
 {
     instance = new ClassWithMultipleInterfaces();
     message  = new ChatMessage();
 }