Cornerstone.GUI.Controls.DBComboBoxCell.SetCustomChoices C# (CSharp) Метод

SetCustomChoices() публичный Метод

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
Результат void
        public void SetCustomChoices(IEnumerable choices)
        {
            customChoices = choices;
        }