Exemple #1
0
 internal SlimRCPtr(mir_rc_context_ptr context)
 {
     Ptr = context.ToFollowingPtr();
 }
Exemple #2
0
 internal unsafe RCArray(mir_rc_context_ptr context)
     : this(context.ToFollowingPtr())
 {
 }
Exemple #3
0
 internal RCPtr(mir_rc_context_ptr context)
 {
     Ptr     = context.ToFollowingPtr();
     Context = context;
 }