You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@ -959,9 +959,12 @@ mono_array_length (MonoArray *array)
|
||||
<div>
|
||||
with elements of size sizeof(type) to the provided <i>value</i>.
|
||||
<p />
|
||||
This macro does not attempt to perform type checking or bounds checking.
|
||||
This macro does not attempt to perform type checking or bounds checking
|
||||
and it doesn't execute any write barriers.
|
||||
<p />
|
||||
Use this to set value types in a <code>MonoArray</code>.</div>
|
||||
Use this to set value types in a <code>MonoArray</code>. This shouldn't be used if
|
||||
the copied value types contain references. Use <code>mono_gc_wbarrier_value_copy</code>
|
||||
instead when also copying references.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
|
Reference in New Issue
Block a user