128.
If I have an IEnumerable data structure called myIEnumerable, how can I check if its type is List?
View Description
The as operator is used to perform certain types of conversions between compatible reference or nullable types