Adds an object to 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 void Add(
	ContextSettings settings
)
Visual Basic (Declaration)
Public Sub Add ( _
	settings As ContextSettings _
)

Parameters

settings
Type: Mindscape.LightSpeed.Configuration..::.ContextSettings
The object to add to the collection.

See Also