repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
[mcs.git]
/
tests
/
gtest-exmethod-26-lib.cs
blob
06be7940a8fa89a36d58d067cba7589f11f07dcb
1
// Compiler options: -target:library
2
3
using
System
;
4
5
namespace
Test2
6
{
7
static class
Extensions
{
8
public static bool
IsNullable
(
this
Type self
)
9
{
10
return true
;
11
}
12
}
13
}