This seems incredibly basic. I have a class and I want it to pass itself in a method, to set itself as an owner of a subclass.How do you do this?
Ignore this. I found that I can use "this" in the constructor - I was trying to work out of methods, id est:public class Whatever{ private CustomList<x> = new CustomList(this);}