Exemplo n.º 1
0
 public TypesEditorCollection(TypesCachedCollection cachedCollection, bool hasEmptyValue)
     : this(cachedCollection, hasEmptyValue, TypeGrouping.None)
 {
 }
Exemplo n.º 2
0
 public TypesEditorCollection(TypesCachedCollection cachedCollection, bool hasEmptyValue, TypeGrouping grouping)
     : base(cachedCollection)
 {
     this.hasEmptyValue = hasEmptyValue;
     CreateLabels(grouping);
 }
Exemplo n.º 3
0
 public TypesEditorCollection(TypesCachedCollection cachedCollection)
     : this(cachedCollection, true)
 {
 }