Click or drag to resize

EnumerableExtensionsOneT Method

Return just the one item specified.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static IEnumerable<T> One<T>(
	T item
)
Request Example View Source

Parameters

item
Type: T

Type Parameters

T

Return Value

Type: IEnumerableT
See Also