Exemplo n.º 1
0
 public ReflectionReader(ReflectionModelReader modelReader, Options options)
 {
     this.modelReader = modelReader;
     this.options     = options;
 }
Exemplo n.º 2
0
 public ReflectionReader(ReflectionModelReader modelReader)
 {
     this.modelReader = modelReader;
 }