Click or drag to resize

ScriptingObjectCopyTo Method

[Missing <summary> documentation for "M:Demo3D.Visuals.ScriptingObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void CopyTo(
	KeyValuePair<string, Object>[] array,
	int arrayIndex
)

Parameters

array  KeyValuePairString, Object

[Missing <param name="array"/> documentation for "M:Demo3D.Visuals.ScriptingObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

arrayIndex  Int32

[Missing <param name="arrayIndex"/> documentation for "M:Demo3D.Visuals.ScriptingObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

See Also