Bender.Nodes.NodeBase.Encode C# (CSharp) Method

Encode() public method

public Encode ( Stream stream, Encoding encoding = null ) : void
stream Stream
encoding System.Text.Encoding
return void
        public virtual void Encode(Stream stream, Encoding encoding = null)
        {
            throw new EncodingNotSupportedException();
        }