Table of Contents

Interface ITypeVariable

Namespace
Javax.Lang.Model.Type
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ITypeVariable : IReferenceType, ITypeMirror, IAnnotatedConstruct
Inherited Members

Properties

LowerBound

TypeMirror LowerBound { get; }

Property Value

TypeMirror

UpperBound

TypeMirror UpperBound { get; }

Property Value

TypeMirror

Methods

AsElement()

Element AsElement()

Returns

Element

Element