Skip to content

This issue can extended using native types only when JVM counter-part is a native type, otherwise use the JVM class. #371

Description

@masesdevelopers
          This issue can extended using native types only when JVM counter-part is a native type, otherwise use the JVM class.

Some examples are:

  • bool when there is a JVM boolean, otherwise use Java.Lang.Boolean which can be managed like a Nullable type in .NET withbool?
  • int when there is a JVM int, otherwise use Java.Lang.Integer which can be managed like a Nullable type in .NET withint?

Originally posted by @masesdevelopers in #363 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

.NETPull requests that update .net codeJNetJNet related issueJNetReflectorJNetReflector related issueenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions