XmlAtomicValue.ICloneable.Clone 方法
定义
virtual System::Object ^ System.ICloneable.Clone() = ICloneable::Clone;
object ICloneable.Clone ();
abstract member System.ICloneable.Clone : unit -> obj
override this.System.ICloneable.Clone : unit -> obj
Function Clone () As Object Implements ICloneable.Clone
返回
该 XmlAtomicValue 对象的一个副本。A copy of this XmlAtomicValue object.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 XmlAtomicValue 实例被强制转换为 ICloneable 接口时使用。It can be used only when the XmlAtomicValue instance is cast to an ICloneable interface.