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