Table of Contents

Interface ITypeVariable<D>

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

.NET interface for TO BE DEFINED FROM USER

public interface ITypeVariable<D>

Type Parameters

D

Properties

AnnotatedBounds

AnnotatedType[] AnnotatedBounds { get; }

Property Value

AnnotatedType[]

Bounds

Type[] Bounds { get; }

Property Value

Type[]

GenericDeclaration

D GenericDeclaration { get; }

Property Value

D

Name

String Name { get; }

Property Value

String