Interface IUnionTypes
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IUnionTypes : IUnionTypesDefinition
Properties
Unions
Declaration
IReadOnlyList<UnionType> Unions { get; }
Property Value
Type | Description |
---|---|
IRead |
Methods
GetUnions()
Declaration
IEnumerable<UnionType> GetUnions()
Returns
Type | Description |
---|---|
IEnumerable<Union |