コード例 #1
0
ファイル: HDFql.cs プロジェクト: jhy871167495/dotHDFql
        public static string CursorGetChar(HDFqlCursor cursor)
        {
            string ret = HDFqlPINVOKE.CursorGetChar(HDFqlCursor.getCPtr(cursor));

            return(ret);
        }