Version

Insert Method (FixedDateGroupCollection)

Inserts a fixed date group into the collection.
Syntax
public void Insert( 
   int index,
   FixedDateGroup item
)

Parameters

index
The 0-based index where the value should be inserted.
item
The fixed date group to insert into the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionitem is null.
System.ArgumentExceptionitem is already in the collection.
System.ArgumentOutOfRangeExceptionindex is less than 0 or greater than Count.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also