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
Fix the build.
[castle.git]
/
Experiments
/
Castle.Igloo
/
Castle.Igloo.Test
/
ScopeTest
/
Components
/
IComponent1.cs
blob
6b3d421ffa1590a9fb4ee343f663cb78e5d87793
1
2
3
namespace
Castle
.
Igloo
.
Test
.
ScopeTest
.
Components
4
{
5
public interface
IComponent1
6
{
7
int
ID { get; }
8
IComponent2 SimpleComponent2 { get; }
9
10
}
11
}