C# Class DBreeze.SchemeInternal.OpenTable

Inheritance: IDisposable
Afficher le fichier Open project: hhblaze/DBreeze

Méthodes publiques

Свойство Type Description
Trie DBreeze.LianaTrie.LTrie

Méthodes publiques

Méthode Description
Add ( ) : void

Inceases quantity of usage by one

Dispose ( ) : void
OpenTable ( LTrie trie ) : System
Remove ( ulong cnt ) : bool

Decreases quantity of usage by one and returns true if table can be automatically closed

Method Details

Add() public méthode

Inceases quantity of usage by one
public Add ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OpenTable() public méthode

public OpenTable ( LTrie trie ) : System
trie DBreeze.LianaTrie.LTrie
Résultat System

Remove() public méthode

Decreases quantity of usage by one and returns true if table can be automatically closed
public Remove ( ulong cnt ) : bool
cnt ulong
Résultat bool

Property Details

Trie public_oe property

public LTrie,DBreeze.LianaTrie Trie
Résultat DBreeze.LianaTrie.LTrie