私はそのようなコードを持っています:
List<Pair<string, string>> docs = new List<Pair<string, string>>();
iErr = ftpconnect.ListAllDocuments(docs, build.BuildId.ToString());
ListAllDocuments のインターフェイス プロトタイプは次のとおりです。
Int32 ListAllDocuments(List<Pair<string, string>> DocList, string Path);
そして、私はエラーが発生します
エラー 21: 'OperatorPanelWrapper.FtpTransportLibWrapper.ListAllDocuments(System.Collections.Generic.List<OperatorPanel.Pair<string,string>>, string)' に最適なオーバーロードされたメソッドの一致に無効な引数が含まれています
なぜこのエラーが発生するのですか?