bigloo.foreign.bgl_file_uid C# (CSharp) Method

bgl_file_uid() public static method

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