C# Class Community.CsharpSqlite.Sqlite3.EncName

Exibir arquivo Open project: koush/csharp-sqlite

Public Properties

Property Type Description
enc System.Byte
zName string

Public Methods

Method Description
EncName ( string zName, Byte enc ) : System

Method Details

EncName() public method

public EncName ( string zName, Byte enc ) : System
zName string
enc System.Byte
return System

Property Details

enc public_oe property

public Byte,System enc
return System.Byte

zName public_oe property

public string zName
return string