10 lines
176 B
C#
10 lines
176 B
C#
using System;
|
|
|
|
namespace Gaia.FullSerializer
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
|
public sealed class fsIgnoreAttribute : Attribute
|
|
{
|
|
}
|
|
}
|