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; }

Parameters

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

Return Value

The object of the type Dictionary at the specified index.