[]
        
(Showing Draft Content)

C1.Win.Input.Validation.ValueIntervalCollection.InsertItem

InsertItem Method

InsertItem(int, ValueInterval)

Inserts an element into the colection at the specified index.

Declaration
protected override void InsertItem(int index, ValueInterval item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

ValueInterval item

The object to insert. The value can be null for reference types.

Overrides