Re: [Mono-dev] Number of elements in a fixed buffer

2015-08-10 Thread Zoltan Varga
Hi, The class has an internal valuetype which represents the fixed buffer, and that valuetype has the FixedBufferAttribute. Runtime code generally doesn't need to care about fixed buffers, why is this needed ? <<

Re: [Mono-dev] Number of elements in a fixed buffer

2015-08-10 Thread Bill Seurer
The only mention of FixedBufferAttribute I see is in the C# code in mcs. I looked through all the mono C code and I see several places where MonoCustomAttrInfo is used but no where is it doing anything with fixed buffers. Is there some documentation or more examples of what is in the MonoCust