Click or drag to resize
DigitalRuneLinqHelperReturnT Method

Namespace: DigitalRune.Linq
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static IEnumerable<T> Return<T>(
	T value
)

Parameters

value
Type: T
The first and only element in the sequence.

Type Parameters

T
The type of the element.

Return Value

Type: IEnumerableT
An IEnumerableT that returns a single element.
See Also