public RepeatTitleRange( int startIndex, int endIndex )
Exception | Description |
---|---|
System.ArgumentException | Occurs when either startIndex or endIndex is less than 0. |
The order of the startIndex and endIndex does not matter. In other words, if startIndex is greater than endIndex, they will be swapped when they are stored.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+