sharp-oodb/attributes/IndexedAttribute.cs

11 lines
159 B
C#

using System;
namespace oodb.attributes
{
public class IndexedAttribute : Attribute
{
public IndexedAttribute()
{
}
}
}