Castle Windsor - Null constructor argument
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2008-12-11T18:26:15Z
Indexed on
2010/04/23
15:23 UTC
Read the original article
Hit count: 230
castle-windsor
|inversion-of-control
How can I pass a null constuctor argument using Castle Windsor? I thought the following would work
<parameters>
<repository>null</repository>
<message>null</message>
</parameters>
© Stack Overflow or respective owner