Bridge

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

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

Syntax


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

Parameters

to
Type: System..::..Object
from
Type: System..::..Object
keys
Type: System..::..String