Closed lemonmojo closed 11 months ago
Currently, we add Collection conformance to .NET arrays in Swift. However, because .NET arrays are mutable, we should actually conform to MutableCollection.
There are also a couple type specific conformances like for string arrays which should be replaced as well.
Currently, we add Collection conformance to .NET arrays in Swift. However, because .NET arrays are mutable, we should actually conform to MutableCollection.