Interface IType
A group of values
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IType : IPackageableElement, IParameterableElement, INamedElement, IElement, IElementsObservable
Properties
Package
The package the type is owned by
Declaration
IPackage Package { get; }
Property Value
Type | Description |
---|---|
IPackage |
TypedElements
Get the elements which are constrained by these types
Declaration
IEnumerable<ITypedElement> TypedElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ITypedElement> |