[]
        
(Showing Draft Content)

C1.Win.Input.Validation.ValueIntervalCollection.SetItem

SetItem Method

SetItem(int, ValueInterval)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

ValueInterval item

The new value for the element at the specified index. The value can be null for reference types.

Overrides