6 lines
122 B
C#
6 lines
122 B
C#
namespace Polonium.Attributes;
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class ProxyProperty : Attribute
|
|
{
|
|
|
|
} |