Interface IActualTypeAssignmentProvider
-
- All Known Implementing Classes:
IvmlProjectTypeDescriptor,IvmlTypeDescriptor
public interface IActualTypeAssignmentProviderAllows defining type compatibilities of later defined types.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAssignableFrom(IMetaType type1, IMetaType type2)Returns whether type1 is a super class of or equal totype2.
-