An indexer into the collection.

Namespace:  Mindscape.LightSpeed.Configuration
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ContextSettings this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ContextSettings

Parameters

index
Type: System..::.Int32
The index of the ContextSettings object to return.

Return Value

A ContextSettings object.

See Also