repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[2020-02] Avoid following invalid pointers in mono_w32process_get_modules on Darwin...
[mono-project.git]
/
mono
/
tests
/
assemblyresolve_event5_helper.cs
blob
b0944d5f8216d5bb9ad04712e559a6c7347a1c6c
1
using
System
;
2
3
public class
SimpleTypedAttribute
:
Attribute
{
4
public
SimpleTypedAttribute
(
Type t
)
{ }
5
}
6
7
[
SimpleTypedAttribute
(
typeof
(
Foo
))]
/* Foo defined in the assemblyresolve_event5_label assembly */
8
public class
MyClass
{
9
public
MyClass
()
{ }
10
}