Platob opened a new issue, #35009: URL: https://github.com/apache/arrow/issues/35009
### Describe the enhancement requested It would be nice to add IEnumerable Interface to Array like ```c# public class StringArray: BinaryArray, IEnumerable<string> ``` ### Component(s) C# -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
