Click or drag to resize

RcCollectionExtensionsAddRangeT Method


Namespace: NeoAxis.DotRecast.Core.Collections.Extensions
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public static void AddRange<T>(
	this List<T> list,
	Span<T> span
)

Parameters

list  ListT
 
span  SpanT
 

Type Parameters

T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also