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
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Experiments
/
Castle.Igloo
/
Castle.Igloo.Test
/
ScopeTest
/
Components
/
IComponent0.cs
blob
a8efbd0971570bd91c6bd8bd6a9e0c33719beeea
1
2
3
namespace
Castle
.
Igloo
.
Test
.
ScopeTest
.
Components
4
{
5
public interface
IComponent0
6
{
7
int
ID { get; }
8
IComponent1 SimpleComponent1 { get; }
9
}
10
}