Binding tool maybe can be improved for object pointer and array pointer.
Open
enhancement
generator
objective-sharpie
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 96
Description
What an interesting things is that situation:

Parameters on ObjectC side will be pointer(array);
But binding tool will do this : pointer(object)
```
// +(instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
[Static]
[Export("polygonWithCoordinates:count:")]
MAPolygon PolygonWithCoordinates(CLLocationCoordinate2D coords, nuint count);
```
So is it possible improve this situation?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.