Package com.strobel.assembler.metadata
Interface IGenericInstance
- All Known Implementing Classes:
CoreMetadataFactory.UnresolvedGenericType
,GenericMethodInstance
,ParameterizedType
,RawMethod
public interface IGenericInstance
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
hasTypeArguments
boolean hasTypeArguments() -
getTypeArguments
List<TypeReference> getTypeArguments() -
getGenericDefinition
IGenericParameterProvider getGenericDefinition()
-