Goedel.Persistence.IndexedKeyStore.IndexedKeyStore C# (CSharp) Method

IndexedKeyStore() public method

Open an existing store in read only mode.
public IndexedKeyStore ( string FileName ) : System
FileName string The base file name.
return System
        public IndexedKeyStore(string FileName)
            : this(FileName, true, null, null) {
            }

Same methods

IndexedKeyStore::IndexedKeyStore ( string FileName, bool ReadOnly, string Type, string Comment ) : System
IndexedKeyStore::IndexedKeyStore ( string FileName, string Type, string Comment ) : System