I have it
function(array<Object^>^ a)
How to find out the length of this array? Like C ++, size must have a function?
Thanks,
Remember that all your classes are taken from the .net library, so in the general case you can view the general .net documentation. Here is an array of docs .
Function in your case:
function(array<Object^>^ a) { auto len = a->Length }
Source: https://habr.com/ru/post/885907/More articles:TextView changed to match text - androidmy custom view is only drawn when added to onCreate - androidAndroid: Two fingers with double tap can be detected using GestureDetector? - androidhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/885905/mssql-unable-to-create-relationships-for-two-foreign-keys-to-the-same-table&usg=ALkJrhhN2L2dE9IeBLjSh6lvlNy1aXdHiwsending mail in magento - magentoWPF user control: DependencyProperty of type Collection - c #hierarchy viewer causes height changes to occur - androidMoving my GWT, installing GAE into my version control project - eclipseCall C DLL from C # - cWhat data format is this? - data-structuresAll Articles