[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Tools.XmlT.XPathT.XPathObjectNavigator.Step.System#ICloneable#Clone"]

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[ObsoleteAttribute("Use type-safe Clone instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
Object ICloneable.Clone()
Visual Basic
<ObsoleteAttribute("Use type-safe Clone instead")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Private Function Clone1 As Object Implements ICloneable.Clone
Visual C++
[ObsoleteAttribute(L"Use type-safe Clone instead")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
private:
virtual Object^ Clone1() sealed = ICloneable::Clone
F#
[<ObsoleteAttribute("Use type-safe Clone instead")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
private abstract Clone1 : unit -> Object 
[<ObsoleteAttribute("Use type-safe Clone instead")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
private override Clone1 : unit -> Object 
JScript
JScript does not support explicit interface implementations.

Return Value

[Missing <returns> documentation for "M:Tools.XmlT.XPathT.XPathObjectNavigator.Step.System#ICloneable#Clone"]

Implements

ICloneable..::..Clone()()()()

See Also