コード例 #1
0
 public bool CanSupport(Type type)
 {
     return(_innerDescriptor.CanSupport(type));
 }