2009-02-05から1日間の記事一覧

C# リフレクションまとめ5(ジェネリック型を扱う)

Type.GetGenericTypeDefinitionType.GetGenericArguments using System; using System.Collections.Generic; using System.Text; using System.Reflection; namespace ReflectionTest { class Program { static void Main(string[] args) { Type t = typeof(…