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