Parser gets/sets the _parser data member

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public IParser Parser { get; set; }
Visual Basic (Declaration)
Public Property Parser As IParser
Visual C++
public:
property IParser^ Parser {
	IParser^ get ();
	void set (IParser^ value);
}

See Also