Hey,

Ive noticed on my travels that there seem to be alot of variable suffixes that ive never seen before...

an example would be:

Code:
Object? var;
Im not sure if Object is of type nullable... but it means that the var could be nullable i think... could be wrong though, ive never had need to use it.

Anyway i was wondering:

1) Is there a list of these suffixes somewhere online and what they do?
2) Specifically what does Object^ var; do?

Any advice would be great!