bigloo.foreign.bgl_file_gid C# (CSharp) Method

bgl_file_gid() public static method

public static bgl_file_gid ( byte f ) : int
f byte
return int
        public static int bgl_file_gid(byte[] f)
        {
            return 0;
        }
foreign