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
/
IComponant.cs
blob
30ab066699a0026e015c352b469acb241d98d314
1
2
3
4
namespace
Castle
.
Igloo
.
Test
.
ScopeTest
.
Components
5
{
6
7
/// <summary>
8
/// Summary description for IComponent.
9
/// </summary>
10
public interface
IComponent
11
{
12
int
ID
13
{
14
get
;
15
}
16
}
17
}