Interface IInterfaceTypes
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInterfaceTypes : IInterfaceTypesDefinition
Properties
Interfaces
Declaration
IReadOnlyList<InterfaceType> Interfaces { get; }
Property Value
| Type | Description |
|---|---|
| IRead |
Methods
GetInterfaces()
Declaration
IEnumerable<InterfaceType> GetInterfaces()
Returns
| Type | Description |
|---|---|
| IEnumerable<Interface |