MiscExtensions
Members
Namespace: ASPSecurityKit
Assembly: ASPSecurityKit.dll
Summary
Static miscellaneous extension methods for general, reusable utility operations.
Methods
In<TValue>(item,list)
Summary
Determines whether the given item is present in the list.
Returns
true
if the given item is present in the list; otherwise, false
.
Parameters
Name | Type | Description |
---|---|---|
item | ``0 | The item to look for in the list. |
list | ``0[] | The list of values to look into. |
Generic Types
Name | Description |
---|---|
TValue | Type of the item. |