ToStringHelper.ToString<T> Method
Namespace: Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly: Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)
Syntax
'Declaración
Public Shared Function ToString(Of T) ( _
collection As List(Of T) _
) As String
public static string ToString<T>(
List<T> collection
)
public:
generic<typename T>
static String^ ToString(
List<T>^ collection
)
static member ToString :
collection:List<'T> -> string
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- collection
Type: System.Collections.Generic.List<T>
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace