BondDictionary list is defined as the Indexer.
Indexer allow Get/Set procedure but do not control BondDictionary.Count !

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public Bond this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Bond
Visual C++
public:
property Bond^ default[int index] {
	Bond^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also