I've been reading on these for some time now, and as a long time code maker for video games I have a completely different look on them since back then I was just going by what I was teaching myself. But I'm wanting to know how to assign the pointer to where it goes. Like say I have a pointer named MyPointer and I want it to point to a variable that I've called MyVariable; how do I do this?
public int MyVariable {get; private set;}
public int* MyPointer;