view annotation/Take.cs @ 30:96fc5e71274e

Run HelloWorld
author riono <e165729@ie.u-ryukyu.ac.jp>
date Tue, 06 Apr 2021 22:02:23 +0900
parents e6f5b7d14dd1
children
line wrap: on
line source

using System;

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