[トピック内 3 記事 (1 - 3 表示)] << 0 >>
■No51379 (asami さん) に返信 私も答えられる程の知識がないけど、調べたところでは↓な感じですね。 http://d.hatena.ne.jp/zecl/20090118/p1 http://bbs.wankuma.com/index.cgi?mode=al2&namber=51317 IsNullableTypeというメソッドは調べても見当たらないのですが、これに代わるメソッドは bool IsNullable(Type type) { if (type.IsGenericType) { if (type.GetGenericTypeDefinition() == typeof(Nullable<>)) return true; } return false; }
管理者用
- Child Tree -