Exemplo n.º 1
0
 protected CollectionBase(IdentifierCollection identifierCollection)
 {
     this.IdentifierCollection = identifierCollection;
 }
Exemplo n.º 2
0
 public CaseSensitiveCollection(IdentifierCollection identifierCollection) : base(identifierCollection)
 {
 }
Exemplo n.º 3
0
 public override bool Contains(string item) => IdentifierCollection.CaseInsensitiveContains(item);