Bridge

Script..::..Copy Method (Object, Object, array<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, 
	array<String^>^ keys, 
	bool^ toIf
)

Parameters

to
Type: System..::..Object
from
Type: System..::..Object
keys
Type: array<System..::..String>[]()[][]
toIf
Type: System..::..Boolean