Table of Contents

Method Add

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

Add(IRange)

When implemented by a class, adds an object to the end of the range list.

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.