Click or drag to resize
ListExtrasContainsLoopThroughT Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool ContainsLoopThrough<T>(
	List<Object> list,
	T val
)

Parameters

list
Type: System.Collections.GenericListObject
val
Type: T

Type Parameters

T

Return Value

Type: Boolean
See Also