using System.Collections; using System.Collections.Generic; using System; namespace Rokojori { public class GraphConnection where N:class { public N from; public N to; } }