Table of Contents

Interface IParameterizedType

Namespace
Java.Lang.Reflect
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/ParameterizedType.html

public interface IParameterizedType : IType
Inherited Members

Properties

ActualTypeArguments

Type[] ActualTypeArguments { get; }

Property Value

Type[]

OwnerType

Type OwnerType { get; }

Property Value

Type

RawType

Type RawType { get; }

Property Value

Type