Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Tuesday, August 12, 2014
Typeof C# example
C#
>
Keywords
>
typeof
Obtains the
System.Type
object for a type.
Example:
Type
type
=
typeof
(
T
);
How to get the type of T from a generic List
Reflection Example
Newer Post
Older Post
Home