mscorlib(4.0.0.0) API with additions
ICloneable.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
public
interface
ICloneable
8
{
11
object
Clone
();
12
}
13
}
System.ICloneable.Clone
object Clone()
Creates a new object that is a copy of the current instance.
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.ICloneable
Supports cloning, which creates a new instance of a class with the same value as an existing instance...
Definition:
ICloneable.cs:7
All cs
System
ICloneable.cs
Generated by
1.8.15