Table of Contents

Class AllowOnlyOneComponentAttribute

Namespace
Lime
Assembly
Lime.dll

Allow to add only one component of a type decorated with the attribute and it's derived types.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class AllowOnlyOneComponentAttribute : Attribute
Inheritance
AllowOnlyOneComponentAttribute
Inherited Members