Interface IInterfaces
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInterfaces : IInterfacesDefinition
Properties
Interfaces
Declaration
IReadOnlyList<InterfaceType> Interfaces { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<InterfaceType> |
InterfacesMap
Declaration
IReadOnlyDictionary<string, InterfaceType> InterfacesMap { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<String, InterfaceType> |
Methods
GetInterfaces()
Declaration
IEnumerable<InterfaceType> GetInterfaces()
Returns
| Type | Description |
|---|---|
| IEnumerable<InterfaceType> |