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