FastQuant.Framework.Load C# (CSharp) Method

Load() public method

public Load ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void
        public void Load(BinaryReader reader)
        {
            throw new NotImplementedException();
        }