repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git]
/
MonoRail
/
NewGenerator
/
Castle.NewGenerator.Core
/
IGenerator.cs
blob
301596620e419fe333119aceb8ffe32b11209b0b
1
namespace
Castle
.
NewGenerator
.
Core
2
{
3
public interface
IGenerator
4
{
5
string
TargetPath { get; set; }
6
7
void
Generate
(
GeneratorContext context
,
IGeneratorService generator
);
8
}
9
}