ARCed.Scintilla.Design.FlagCheckedListBox.ApplyEnumValue C# (CSharp) Метод

ApplyEnumValue() приватный метод

private ApplyEnumValue ( ) : void
Результат void
        private void ApplyEnumValue()
        {
            var intVal = (int)Convert.ChangeType(this.enumValue, typeof(int));
            this.UpdateCheckedItems(intVal);
        }