Example #1
0
 public void Intern(IInternable internable)
 {
     if (internable != null)
     {
         internable.Intern(this);
     }
 }