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
2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs1716.cs
blob
681cc4bc28e8e8a9a10224f501058fc3502b6d4c
1
// cs1716.cs: Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead
2
// Line: 6
3
4
public class
C
5
{
6
[
System
.
Runtime
.
CompilerServices
.
FixedBuffer
(
typeof
(
int
),
1
)]
7
public int
i
;
8
}