public SequenceTypeCs() { Name.OnGet += v => $"System.Collections.Generic.List<{ElementType.AsNullableType(!ElementType.IsValueType() || IsNullable)}>"; }
public SequenceTypeCs() { Name.OnGet += v => $"System.Collections.Generic.IList<{ElementType.AsNullableType(!ElementType.IsValueType() || (this.IsXNullable ?? true))}>"; }