Interface IETypeParameter
The public interface for ETypeParameter
[DefaultImplementationType(typeof(ETypeParameter))]
[XmlDefaultImplementationType(typeof(ETypeParameter))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//ETypeParameter")]
public interface IETypeParameter : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EBounds
The eBounds property
[Browsable(false)]
[XmlElementName("eBounds")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEGenericType> EBounds { get; }