StringHelper..::..In<(Of <(<'T>)>)> Method

Ins the specified list.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool In<T>(
	T value,
	params T[] list
)

Type Parameters

T

Parameters

value
Type: T
The value.
list
Type: array<T>[]()[][]
The list.

Return Value

true if XXXX, false otherwise.