Vector<T>.Splice(Integer,Integer) Method

Represents method Splice(Integer,Integer).

Namespace: Spring
public
 function Splice(index: Integer; count: Integer): Vector<T>; overload; inline;

Parameters

index
Type: Integer

count
Type: Integer

Return Value

Type: Vector<T>