Classes

Validates that all properties present in reflection also exist in stubs.

Validates that the declared type of properties in stubs matches reflection.

Validates that the visibility (public/protected/private) of properties in stubs matches reflection.

Validates that the readonly modifier on properties in stubs matches reflection.

Validates that the static modifier on properties in stubs matches reflection.