- Namespace
- Statiq
.Common - Containing Type
- I
Read Only List Extensions
Syntax
public static bool Contains<T>(this IReadOnlyList<T> search, IReadOnlyList<T> value, int start)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
search | IReadOnlyList |
|
value | IReadOnlyList |
|
start | int |
Return Value
Type | Description |
---|---|
bool |