Click or drag to resize

ArrayTAddition Operator

[Missing <summary> documentation for "M:Godot.Collections.Array`1.op_Addition(Godot.Collections.Array{`0},Godot.Collections.Array{`0})"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Array<T> operator +(
	Array<T> left,
	Array<T> right
)

Parameters

left
Type: Godot.CollectionsArrayT

[Missing <param name="left"/> documentation for "M:Godot.Collections.Array`1.op_Addition(Godot.Collections.Array{`0},Godot.Collections.Array{`0})"]

right
Type: Godot.CollectionsArrayT

[Missing <param name="right"/> documentation for "M:Godot.Collections.Array`1.op_Addition(Godot.Collections.Array{`0},Godot.Collections.Array{`0})"]

Return Value

Type: ArrayT

[Missing <returns> documentation for "M:Godot.Collections.Array`1.op_Addition(Godot.Collections.Array{`0},Godot.Collections.Array{`0})"]

See Also