Script..::..Copy Method (Object, Object, array<String>[]()[][])
Namespace:
Bridge
Assembly: Bridge (in Bridge.dll)
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, array<String^>^ keys )
Parameters
- to
- Type: System..::..Object
- from
- Type: System..::..Object
- keys
- Type: array<System..::..String>[]()[][]