Decoder :: Dispose

01 Frees the temporary data buffer.
02

[C#] void Dispose();

03 The array with the serialized data has been kept in a native byte array, which is freed with this method. base.Dispose() will be called before.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, Decoder

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.