a static class can have only static members. but it also can have tested types which would not be considered static.

proof that a class nested inside a static class is not static is that it can have non-static fields.

so a class (or any other type) nested inside a static class would be considered an instance member of the static class?