Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Stash
BerkeleyDB
BerkeleyConfigs
CharIndexDatabaseConfig
C# 클래스 Stash.BerkeleyDB.BerkeleyConfigs.CharIndexDatabaseConfig
상속:
IndexDatabaseConfig
파일 보기
프로젝트 열기: AndyHitchman/Stash
공개 메소드들
메소드
설명
ByteArrayAsKey
(
byte
bytes
) :
object
CharIndexDatabaseConfig
( ) :
System.Collections
GetComparer
( ) :
IComparer
KeyAsByteArray
(
object
key
) :
byte[]
메소드 상세
ByteArrayAsKey()
공개
메소드
public
ByteArrayAsKey
(
byte
bytes
) :
object
bytes
byte
리턴
object
CharIndexDatabaseConfig()
공개
메소드
public
CharIndexDatabaseConfig
( ) :
System.Collections
리턴
System.Collections
GetComparer()
공개
메소드
public
GetComparer
( ) :
IComparer
리턴
IComparer
KeyAsByteArray()
공개
메소드
public
KeyAsByteArray
(
object
key
) :
byte[]
key
object
리턴
byte[]