8 lines
126 B
C#
8 lines
126 B
C#
namespace Salmon.Core.Cliff;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class IdentifierField
|
|
: Attribute
|
|
{
|
|
}
|