mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Added '->' operator, static indexer fix, RefCounted<T>
This commit is contained in:
parent
dd7986aaa9
commit
abd511a93d
14 changed files with 302 additions and 20 deletions
|
@ -40,7 +40,7 @@ namespace System
|
|||
[Ordered]
|
||||
class String : IHashable, IFormattable, IPrintable
|
||||
{
|
||||
enum CreateFlags
|
||||
public enum CreateFlags
|
||||
{
|
||||
None = 0,
|
||||
NullTerminate = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue