公告板
版本库
filestore
活动
搜索
登录
main
/
SeqEditor
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完善代码
chr
2026-04-08
53e656200368a983e563550e2cc1acbc6d86b729
[SeqEditor.git]
/
OpenTap
/
Engine
/
Addin
/
Annotation
/
PrototypeAttribute.cs
1
2
3
4
5
6
7
8
using System;
namespace OpenTap.Addin.Annotation
{
public class PrototypeAttribute : Attribute, IAnnotation
{
}
}