dict.cc dictionary

DictIndex.get Method 

Translates the given keyword

[Visual Basic]
Public Function get( _
   ByVal keyword As String _
) As String()
[C#]
public string[] get(
   string keyword
);

Parameters

keyword
The keyword to translate

Return Value

Array of dictionary entries for the keyword or null if not found

See Also

DictIndex Class | dict Namespace