Пример #1
0
 public void SetTypeDeclaration(TypeDeclaration typeDeclaration)
 {
     this.typeDeclaration = typeDeclaration;
 }
Пример #2
0
 public CompilerParametersCreator CreateCompilerParameterCreator(TypeDeclaration typeDeclaration)
 {
     return new CompilerParametersCreator(this, typeDeclaration.GetAllTypes());
 }
Пример #3
0
 public CompilerParameters CreateCompilerParameters(TypeDeclaration typeDeclaration)
 {
     return factory.CreateCompilerParameterCreator(typeDeclaration).CreateCompilerParameters();
 }