public ClassWithDirectAndIndirectSelfReference()
		{
			This = this;
			List.Add(this);
		}