Gets a Dictionary from the collection. This property is the indexer for the DictionaryCollection class.

public Proofing.Dictionary this [int number] { get; }

public Proofing.Dictionary this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As Proofing.Dictionary

Parameters

Parameter Description
number The zero-based index of the dictionary.

Return Value

The object of the type Dictionary at the specified index.