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

[Missing <summary> documentation for "M:Tools.WindowsT.NativeT.Win32Window.Tools#ICloneable{T}#Clone"]

Namespace: Tools.WindowsT.NativeT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
IWin32Window ICloneable<IWin32Window>.Clone()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Private Function Clone_ As IWin32Window Implements ICloneable(Of IWin32Window).Clone
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
private:
virtual IWin32Window^ Clone_() sealed = ICloneable<IWin32Window^>::Clone
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
private abstract Clone_ : unit -> IWin32Window 
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
private override Clone_ : unit -> IWin32Window 
JScript
JScript does not support explicit interface implementations.

Return Value

[Missing <returns> documentation for "M:Tools.WindowsT.NativeT.Win32Window.Tools#ICloneable{T}#Clone"]

Implements

ICloneable<(Of <(<'T>)>)>..::..Clone()()()()

See Also