Exemple #1
0
 private string GetInternedIdentifier(string identifier)
 {
     return(myIdentifiers.Intern(identifier));
 }