EnumerableQuery<T>.ToString Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a textual representation of the enumerable collection or, if it is null, of the expression tree that is associated with this instance.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.StringA textual representation of the enumerable collection or, if it is null, of the expression tree that is associated with this instance.
Show: