Console..::..Print<(Of <(<'T>)>)> Method (String, IEnumerable<(Of <(<'T>)>)>)

Prints the specified desc.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static void Print<T>(
	string desc,
	IEnumerable<T> seq
)

Type Parameters

T

Parameters

desc
Type: String
The desc.
seq
Type: IEnumerable<(Of <(<'T>)>)>
The seq.