Interface ITypeVariable<D>
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/TypeVariable.html
public interface ITypeVariable<D>
Type Parameters
D
Properties
AnnotatedBounds
AnnotatedType[] AnnotatedBounds { get; }
Property Value
Bounds
Type[] Bounds { get; }
Property Value
- Type[]
GenericDeclaration
D GenericDeclaration { get; }
Property Value
- D
Name
String Name { get; }