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