1
0
Fork 0
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:
disarray2077 2023-05-03 15:09:20 -03:00
parent d3ca45d80a
commit b6e05186b7
4 changed files with 140 additions and 31 deletions

View file

@ -282,6 +282,8 @@ namespace System
}
}
public T Get<T>() => Runtime.NotImplemented();
public T Get<T>() where T : class
{
Debug.Assert(IsObject);