12 lines
272 B
C#
12 lines
272 B
C#
namespace Nebula.Shared.Attributes
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class GeneratePropertyAttribute : Attribute
|
|
{
|
|
}
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class DesignConstructAttribute : Attribute
|
|
{
|
|
}
|
|
} |