mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Improve ILIst and add IDictionary
This commit is contained in:
parent
d3ca45d80a
commit
b6e05186b7
4 changed files with 140 additions and 31 deletions
|
@ -282,6 +282,8 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
public T Get<T>() => Runtime.NotImplemented();
|
||||
|
||||
public T Get<T>() where T : class
|
||||
{
|
||||
Debug.Assert(IsObject);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue