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.
我在一个名为 dopurge 的单独类中有一个函数,我想调用这个类,就像你在 java 中调用一个可实例化的类一样,我通常会使用,
dopurge myPurge = new dopurge ();
谁能告诉我如何为 c# 做到这一点。
你已经按照预期的方式完成了它。
现在你可以调用你的方法myPurge.TeachMeCSharp(MSDN)
myPurge.TeachMeCSharp(MSDN)