Retrieves or creates a trigger collection with the specified Id.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public SymbolTriggerCollection this[
	string id
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	id As String _
) As SymbolTriggerCollection
Visual C++
public:
property SymbolTriggerCollection^ default[String^ id] {
	SymbolTriggerCollection^ get (String^ id);
}

Parameters

id
Type: System..::.String
Id of the trigger collection to retrieve

Return Value

SymbolTriggerCollection instance.

Remarks

If the specified Id does not have a SymbolTriggerCollection instance, one will be created and assigned to the Id.

See Also