Home / YED / Graph.Simple / Enums / ElementType.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Graph.Simple.Enums { public enum ElementType { Node, Edge } }