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
/
IComponent2.cs
blob
e9394c18af53bd2cd1c9a6b06d456028abcef59b
1
2
3
namespace
Castle
.
Igloo
.
Test
.
ScopeTest
.
Components
4
{
5
public interface
IComponent2
6
{
7
string
Name { get; }
8
IComponent SimpleComponent { get; }
9
10
}
11
}