Click or drag to resize

CachedIniFile Constructor

Overload List
  NameDescription
Public methodCachedIniFile
Creates a new empty CachedIniFile object
Public methodCachedIniFile(Stream)
Creates a new CachedIniFile object and fills it with the contents of the specified INI file
Public methodCachedIniFile(String)
Creates a new CachedIniFile object and fills it with the contents of the specified INI file
Public methodCachedIniFile(Stream, Encoding)
Creates a new CachedIniFile object and fills it with the contents of the specified INI file
Public methodCachedIniFile(String, Encoding)
Creates a new CachedIniFile object and fills it with the contents of the specified INI file
Top
See Also