一個接口中有這樣一個 方法int GetCount(string nodeIds, int status, string strCondition);然后某個類實現了這個接口并實現了這個方法 public int GetCount(string nodeIds, int status, string strCondition) { //實現了的方法 } 接下來為什么這樣可以調用到上面的方法Contents.GetCount(true, this.nodeId, this.status, string.Empty);這里是有4個參數 調試的時候確實運行了上面實現的那個方法 大家幫忙解釋下
- 2 回答
- 0 關注
- 503 瀏覽
添加回答
舉報
0/150
提交
取消