view annotation/Peek.cs @ 71:1169915705ab default tip

fix TopologyNode connect
author KaitoMaeshiro <aosskaito@cr.ie.u-ryukyu.ac.jp>
date Sun, 06 Feb 2022 16:47:41 +0900
parents e6f5b7d14dd1
children
line wrap: on
line source

using System;

namespace Christie_net.annotation {
[AttributeUsage(AttributeTargets.Field)]
public class Peek : Attribute { }
}