Gets a Dictionary from the collection. This property is the indexer for the Dictionary
public Proofing.Dictionary this [int number] { get; }
Parameter | Description |
---|---|
number | The zero-based index of the dictionary. |
The object of the type Dictionary at the specified index.