using System; namespace TNodeCore.Runtime.Attributes{ [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)] public class ShowInNode:System.Attribute{ } }