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