摘要:
【Implementing a Dispose method】 0、Dispose() and Dispose(Boolean) The IDisposable interface requires the implementation of a single parameterless metho 阅读全文
摘要:
【Object.MemberwiseClone】 Creates a shallow copy of the current Object. C#的 Object对象中没有Clone()方法,只有MemberwiseClone()。下面是官方给的ShallowCopy、DeepCopy的示例。 参考 阅读全文