예제 #1
0
 internal override Type GetPocoType(TypeDescription existing = null)
 {
     return(typeof(IList <>).MakeGenericType(Contains.GetPocoType(existing)));
 }