Ignacio Etcheverry
|
92b02cb027
|
C#: Some important Array and Dictionary interface changes
Array now implements IList instead of IList<object, object>.
Dictionary now implements IDictionary instead of IDictionary<object, object>.
|
2019-04-06 11:00:40 +02:00 |
Ignacio Etcheverry
|
32cd8ba9bd
|
C#: Add Array.Resize(int) method
|
2019-02-28 18:33:42 +01:00 |
Ignacio Etcheverry
|
efd5d4bcf9
|
C#: Throw ObjectDisposedException from disposed wrapper classes
|
2019-02-19 00:37:15 +01:00 |
Ignacio Etcheverry
|
50fd5ef3b5
|
Mono: Fix not creating generic Array or Dictionary where expected
|
2018-09-27 00:11:31 +02:00 |
Ignacio Etcheverry
|
995a40e8ef
|
Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files
Added dummy MSBuild project and solution to get tooling help when editing these files.
|
2018-09-12 22:03:36 +02:00 |