ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.CheckedIndexCollection.IList C# (CSharp) Method

IList() private method

private IList ( object value ) : int
value object
return int
            int IList.Add(object value)
            {
                throw new NotSupportedException("Read Only Collection");
            }

Same methods

KryptonCheckedListBox.CheckedIndexCollection::IList ( ) : void
KryptonCheckedListBox.CheckedIndexCollection::IList ( int index ) : void
KryptonCheckedListBox.CheckedIndexCollection::IList ( int index, object value ) : void
KryptonCheckedListBox.CheckedIndexCollection::IList ( object value ) : void