TraceUtils.GetString<T>(IEnumerable<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string which contains an enumeration of the given input list.
public static string GetString<T> (System.Collections.Generic.IEnumerable<T> objList);
static member GetString : seq<'T> -> string
Public Shared Function GetString(Of T) (objList As IEnumerable(Of T)) As String
Type Parameters
- T
Type of the object in the list
Parameters
- objList
- IEnumerable<T>
List of input objects