| ExtensionsCloneT Method |
Namespace:
Cauldron.XAML
Assembly:
Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public static T Clone<T>(
this T bindingBase
)
where T : BindingBase
Parameters
- bindingBase
- Type: T
The binding to clone
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Cauldron.XAML.Extensions.Clone``1(``0)"]
Return Value
Type:
TA new instance of
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also