mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed attribs for properties, renamed SkipAccessCheckAttribute
This commit is contained in:
parent
9c44273737
commit
04a46850d6
19 changed files with 162 additions and 58 deletions
|
@ -241,6 +241,14 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
private int PrivateLength
|
||||
{
|
||||
get
|
||||
{
|
||||
return mLength;
|
||||
}
|
||||
}
|
||||
|
||||
int32 AllocSize
|
||||
{
|
||||
[Inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue