Click or drag to resize
QueryableExRepeatTResult Method (TResult, Int32)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IQueryable<TResult> Repeat<TResult>(
	TResult element,
	int count
)

Parameters

element
Type: TResult
count
Type: SystemInt32

Type Parameters

TResult

Return Value

Type: IQueryableTResult
See Also