ListExtrasContainsLoopThroughT Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool ContainsLoopThrough<T>(
List<Object> list,
T val
)
Public Shared Function ContainsLoopThrough(Of T) (
list As List(Of Object),
val As T
) As Boolean
public:
generic<typename T>
static bool ContainsLoopThrough(
List<Object^>^ list,
T val
)
static member ContainsLoopThrough :
list : List<Object> *
val : 'T -> bool
Parameters
- list
- Type: System.Collections.GenericListObject
- val
- Type: T
Type Parameters
- T
Return Value
Type:
Boolean
See Also