Bridge

Script..::..Copy Method (Object, Object, String, Boolean)

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static Object Copy(
	Object to,
	Object from,
	string keys,
	bool toIf
)
<TemplateAttribute> _
Public Shared Function Copy ( _
	to As Object, _
	from As Object, _
	keys As String, _
	toIf As Boolean _
) As Object
[TemplateAttribute]
public:
static Object^ Copy(
	Object^ to, 
	Object^ from, 
	String^ keys, 
	bool^ toIf
)