Cornerstone.GUI.Controls.DBComboBoxCell.SetCustomChoices C# (CSharp) Méthode

SetCustomChoices() public méthode

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
Résultat void
        public void SetCustomChoices(IEnumerable choices)
        {
            customChoices = choices;
        }