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.3.0
    C#
   
  public XPRMModel CompileAndLoad( TextReader src )
Parameters
- src
 - 
   Type: 
   System.IOTextReader
   
the source stream 
