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