Gets a particular dictionary from the collection by using the specified name.
public Proofing.Dictionary GetItem(string name);
Public Function GetItem(name As String) As Proofing.Dictionary
Parameter | Description |
---|---|
name | Specifies a dictionary name. |
The return value is null, if a dictionary with the specified name could not be found. Otherwise, it is an object of the type Dictionary.