Gets the amount of generic parameters of this generic class.
()
| 10996 | } |
| 10997 | /** Gets the amount of generic parameters of this generic class. */ |
| 10998 | get genericParameterCount() { |
| 10999 | if (!this.isGeneric) { |
| 11000 | return 0; |
| 11001 | } |
| 11002 | return this.type.object.method("GetGenericArguments").invoke().length; |
| 11003 | } |
| 11004 | /** Determines whether the GC has tracking references to the current class instances. */ |
| 11005 | get hasReferences() { |
| 11006 | return !!Il2Cpp.Api._classHasReferences(this); |