Пример #1
0
 public AnnotatedType(ITypeSymbol type)
 {
     Type      = type;
     CanBeNull = type.CanBeNull();
 }