Пример #1
0
 public SequenceTypeCs()
 {
     Name.OnGet += v => $"System.Collections.Generic.List<{ElementType.AsNullableType(!ElementType.IsValueType() || IsNullable)}>";
 }
Пример #2
0
 public SequenceTypeCs()
 {
     Name.OnGet += v => $"System.Collections.Generic.IList<{ElementType.AsNullableType(!ElementType.IsValueType() || (this.IsXNullable ?? true))}>";
 }