protected BaseDictionaryElement(string fullForm, string[] others) { FullForm = fullForm; Others = others.ToArray(); AllForms = Others.Prepend(fullForm).ToArray(); }