Interface IAnnotatedTypeVariable
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/AnnotatedTypeVariable.html
public interface IAnnotatedTypeVariable : IAnnotatedType, IAnnotatedElement
- Inherited Members
Properties
AnnotatedBounds
AnnotatedType[] AnnotatedBounds { get; }
Property Value
AnnotatedOwnerType
AnnotatedType AnnotatedOwnerType { get; }