using System; namespace OpenTap { /// Marks on a property that it cannot be parameterized. [AttributeUsage(AttributeTargets.Property)] public class UnparameterizableAttribute : Attribute { } }