コード例 #1
0
 public override bool IsComponent(System.Type type)
 {
     return type.In(typeof(Monetary));
 }
コード例 #2
0
 public override bool IsComponent(System.Type type)
 {
     return type.In(typeof (ContactInfo));
 }