Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのような方法を持っています
someFunction(string str, DateTime date);
クライアントからこのメソッドを呼び出す場合は、dateSpecified という追加のパラメーターを渡す必要があります。
これで、DateTime、int などのデータ型にこのパラメーターが追加されることがわかりました。