FastQuant.Framework.Save C# (CSharp) Method

Save() public method

public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void
        public void Save(BinaryWriter writer)
        {
            throw new NotImplementedException();
        }