Statistics
| Branch: | Revision:

root / trunk / hammock / src / net35 / Hammock / Attributes / INamedAttribute.cs @ 0eea575a

History | View | Annotate | Download (112 Bytes)

1
namespace Hammock.Attributes
2
{
3
    internal interface INamedAttribute
4
    {
5
        string Name { get; }
6
    }
7
}