Reader Constructor (String) |
Initializes a new instance of the
Reader class.
Namespace:
MaxMind.Db
Assembly:
MaxMind.Db (in MaxMind.Db.dll) Version: 2.4.0
Syntax public 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