Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Presentation.Extensions.BindingExtensions Class Reference

Static Public Member Functions

static BindingBase CloneBinding (this BindingBase bindingBase, BindingMode mode)
 This methods is a wrapper to the internal method Clone of the BindingBase. Using this method should be considered unsafe. More...
 

Detailed Description

Definition at line 13 of file BindingExtensions.cs.

Member Function Documentation

static BindingBase SiliconStudio.Presentation.Extensions.BindingExtensions.CloneBinding ( this BindingBase  bindingBase,
BindingMode  mode 
)
static

This methods is a wrapper to the internal method Clone of the BindingBase. Using this method should be considered unsafe.

Parameters
bindingBaseThe BindingBase to clone.
modeThe BindingMode value to set for the clone.
Returns
A clone of the given BindingBase

Definition at line 23 of file BindingExtensions.cs.


The documentation for this class was generated from the following file: