Hi,
 this is regarding Pinning objects using fixed(..) {}
If we have a piece of code like
fixed (obj* z= & objx.field) {
...
}
How does rotor treat the variables z and obj,
does it mark both as pinned?
when it pins objx does it pin just the field or the entire object?

regards

Reply via email to