This is the complete list of members for LinqExtension, including all inherited members.
IsExist(this object value) | LinqExtension | static |
JoinText< T >(this IEnumerable< T > source, string separator="\n") | LinqExtension | static |
KeysToDictionary< T, U >(this IEnumerable< T > source, Func< T, U > elementSelector) | LinqExtension | static |
OfExist< T >(this IEnumerable< T > source) | LinqExtension | static |
OfMatch< T >(this IEnumerable< T > source, string pattern, Func< T, string > selector=null, RegexOptions options=RegexOptions.ExplicitCapture) | LinqExtension | static |
OfText(this IEnumerable< string > source) | LinqExtension | static |
OrderByRandom< T >(this IEnumerable< T > source) | LinqExtension | static |
RandomByWeight< T >(this IEnumerable<(T element, float weight)> source) | LinqExtension | static |
RandomElement< T >(this IEnumerable< T > source) | LinqExtension | static |
ToAotEnumerable< T >(this IEnumerable< T > source) | LinqExtension | static |
ToDictionary< T, U >(this IEnumerable< IGrouping< T, U >> source) | LinqExtension | static |
ToDictionary< T, U >(this IEnumerable< KeyValuePair< T, U >> source) | LinqExtension | static |