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]
/
MonoRail
/
TestSiteBrail
/
Views
/
home
/
nullableProperties.brail
blob
98df31d27d806ff6aaa228f7e3846a16e98089b3
1
<?xml
version
=
"1.0"
?>
2
<html>
3
<h1><?brail
4
for element in list:
5
output IgnoreNull(element).Bar
6
end
7
?></h1>
8
</html>