GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

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
IReadOnlyList<UnionType>

Methods

GetUnions()

Declaration
IEnumerable<UnionType> GetUnions()
Returns
Type Description
IEnumerable<UnionType>
Back to top Copyright © 2017-2019 GraphZen LLC