QueryableExRepeatTResult Method (TResult, Int32) |
Namespace: System.LinqAssembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntaxpublic 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