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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
tests
/
gtest-exmethod-35-lib.cs
blob
686002c76bbbaea2d4d63570cde6d73ce91c9f81
1
// Compiler options: -t:library
2
3
using
System
;
4
5
namespace
System
.
Runtime
.
CompilerServices
6
{
7
[
AttributeUsage
(
AttributeTargets
.
Method
|
AttributeTargets
.
Class
|
AttributeTargets
.
Assembly
)]
8
public sealed class
ExtensionAttribute
:
Attribute
{
9
}
10
}