Cornerstone.GUI.Controls.DBComboBoxCell.SetCustomChoices C# (CSharp) 메소드

SetCustomChoices() 공개 메소드

public SetCustomChoices ( IEnumerable choices ) : void
choices IEnumerable
리턴 void
        public void SetCustomChoices(IEnumerable choices)
        {
            customChoices = choices;
        }