A Sandcastle Documented Class Library
Output Property
NamespacescsmicMacroBuilderOutput
CS-MIC - C# Math Input Control
Gets a list of strings representing the output.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
public List<string> Output { get; }
Public ReadOnly Property Output As List(Of String)
public:
property List<String^>^ Output {
	List<String^>^ get ();
}
/** @property */
public List<String> get_Output()
function get_Output();

Assembly: csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)