Reader Constructor (String) |
Initializes a new instance of the
Reader class.
Namespace: MaxMind.DbAssembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntaxpublic Reader(
string file
)
Public Sub New (
file As String
)
public:
Reader(
String^ file
)
new :
file : string -> Reader
Parameters
- file
- Type: SystemString
The file.
See Also