Click or drag to resize

DictionaryCopyTo Method

[Missing <summary> documentation for "M:Godot.Collections.Dictionary.CopyTo(System.Array,System.Int32)"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray

[Missing <param name="array"/> documentation for "M:Godot.Collections.Dictionary.CopyTo(System.Array,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.Collections.Dictionary.CopyTo(System.Array,System.Int32)"]

Implements

ICollectionCopyTo(Array, Int32)
See Also