view annotation/Peek.cs @ 8:e6f5b7d14dd1

update DataGears
author riono <e165729@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2020 00:49:32 +0900
parents 740b80680d75
children
line wrap: on
line source

using System;

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