mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Added support for indexer in initializer expression, reeval Add calls
This commit is contained in:
parent
ac6f58f118
commit
596dd2401d
7 changed files with 85 additions and 66 deletions
|
@ -18,7 +18,7 @@ namespace System.Collections
|
|||
}
|
||||
}
|
||||
|
||||
extension Dictionary<K, V>
|
||||
extension Dictionary<TKey, TValue>
|
||||
{
|
||||
public static bool operator==(Self lhs, Self rhs)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue