A Sandcastle Documented Class Library
InterpretedFunctions Property
NamespacescsmicInputInterpreterInterpretedFunctions
CS-MIC - C# Math Input Control
Gets or sets a list of user generated interpreted functions that the interpreter supports.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
public List<InterpretedFunction> InterpretedFunctions { get; set; }
Public Property InterpretedFunctions As List(Of InterpretedFunction)
public:
property List<InterpretedFunction^>^ InterpretedFunctions {
	List<InterpretedFunction^>^ get ();
	void set (List<InterpretedFunction^>^ value);
}
/** @property */
public List<InterpretedFunction> get_InterpretedFunctions()
/** @property */
public  void set_InterpretedFunctions(List<InterpretedFunction> value)
function get_InterpretedFunctions();
function set_InterpretedFunctions(value);

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