It returns false if given collection is null or empty otherwise it returns true.
源代码:
1 | public static bool IsNotNullOrEmpty(this System.Collections.Generic.IEnumerable<T> source) |
示例:
1 | var list = new List<string>(); |
It returns false if given collection is null or empty otherwise it returns true.
1 | public static bool IsNotNullOrEmpty(this System.Collections.Generic.IEnumerable<T> source) |
1 | var list = new List<string>(); |
Update your browser to view this website correctly. Update my browser now