IndexCollectionItem Property

ScaleOut Software NamedCache API
Gets or sets the element at the specified index.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public virtual IndexValue this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the element to get or set.

Property Value

Type: IndexValue
Remarks

If no element has been assigned to a given index position, the get operation will return null.

See Also

Reference