CompileAndLoad Method (TextReader)
  Compile a model source into a memory buffer from the given stream, then read it into an XPRMModel object 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public XPRMModel CompileAndLoad( TextReader src )
Parameters
- src
- 
   Type: 
   System.IOTextReader
   
 the source stream
Return Value
Type: XPRMModel See Also
See Also
 
