Table of Contents

Method Add

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Add(IRange)

Adds an object to the end of the range list.

public int Add(IRange item)

Parameters

item IRange

The range to be added to the end of range list.

Returns

int

Index of object that is added.