is reference type (Java), is class type (C#/CIL) — Checks whether a type is a reference type or a built-in type
is reference type (Java)
is class type (C#/CIL)
This filter tests whether a member of a set of types is a reference type (that is, a class or an array type, as opposed to a built-in value type).
type