Console
.
.
::
.
.
Print
<
(Of
<
(
<'
T
>
)
>
)
>
Method (String, IEnumerable
<
(Of
<
(
<'
T
>
)
>
)
>
)
Prints the specified desc.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
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.
See Also
Console Class
Print Overload
Core Namespace