TEnumerable.Repeated<T>(T,Integer) Method

Represents method Repeated<T>(T,Integer).

Namespace: Spring.Collections
public
 class function Repeated<T>(const element: T; count: Integer): IEnumerable<T>; static;

Type Parameters

T

Parameters

element
Type: T

count
Type: Integer

Return Value

Type: IEnumerable<T>