码迷,mamicode.com
首页 > Windows程序 > 详细

C# - object有哪些基本方法类有

时间:2015-09-16 15:56:18      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:

Name Description
Equals(Object) Determines whether the specified object is equal to the current object.
Equals(Object, Object) Determines whether the specified object instances are considered equal.
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
GetHashCode Serves as the default hash function.
GetType Gets the Type of the current instance.
MemberwiseClone Creates a shallow copy of the currentObject.
ReferenceEquals Determines whether the specifiedObject instances are the same instance.
ToString Returns a string that represents the current object.

版权声明:本文博主原创文章,博客,未经同意不得转载。

C# - object有哪些基本方法类有

标签:

原文地址:http://www.cnblogs.com/mengfanrong/p/4813432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!