CoderContext :: Close

01 Closes a coder context.
02

[C#] void Close();

03 See Destructor() for a full description of the behaviour.
04 Although this method is publicly available, the more convenient and secure way is to use the using() statement.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, CoderContext, Constructor(), Destructor()

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