[]
Test if there is an element in this enumeration.
public static bool Any<T>(IEnumerable<T> source)
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | source | The enumerable source. |
| Type | Description |
|---|---|
| bool |
|
| Name | Description |
|---|---|
| T | Type of the element |