Azureはじめました

Windows Azureで業務システムを組んでみる日記

2014-06-24から1日間の記事一覧

Typeにやたら沢山あるGeneric系メンバってナンジャラホイ。

このサンプルが一番わかりやすい。 Type.ContainsGenericParameters プロパティ (System) public class Base<T, U> { } public class Derived<V> : Base<int, V> { } public class Test { public static void Main() { Type derivedType = typeof(Derived<>); DisplayGenericT</int,></v></t,>…