AlphaTab.Platform.CSharp.CsFileLoader.LoadBinary C# (CSharp) Method

LoadBinary() public method

public LoadBinary ( string path ) : byte[]
path string
return byte[]
        public byte[] LoadBinary(string path)
        {
            return File.ReadAllBytes(path);
        }