bigloo.foreign.bigloo_backend C# (CSharp) Method

bigloo_backend() public static method

public static bigloo_backend ( ) : byte[]
return byte[]
        public static byte[] bigloo_backend()
        {
            return getbytes( "bigloo-dotnet" );
        }
foreign