Click or drag to resize

PerformanceAssessmentFileInsertItem Method

Inserts an element into the CollectionT at the specified index.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
protected override void InsertItem(
	int index,
	PerformanceAssessmentRecord item
)

Parameters

index
Type: SystemInt32
Index where the item is inserted.
item
Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentRecord
The object that will be inserted.
See Also