コード例 #1
0
 string ISQLite3Provider.sqlite3_compileoption_get(int n)
 {
     return(util.from_utf8(new IntPtr(SQLite3RuntimeProvider.sqlite3_compileoption_get(n))));
 }