Winnovative Logo

NameValuePairsCollectionGetByIndex Method

Winnovative Client for .NET Core
Gets the name value pair at the given index in collection

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public NameValuePair GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The pair index

Return Value

Type: NameValuePair
The name value pair at the given index in collection or throws an exception if the index is out of bounds
See Also

Reference