Exemple #1
0
        protected BaseDictionaryElement(string fullForm, string[] others)
        {
            FullForm = fullForm;
            Others   = others.ToArray();

            AllForms = Others.Prepend(fullForm).ToArray();
        }