Lidarr/packages/Exceptron.Driver.0.1.0.5/src/Frame.cs
2012-04-30 16:08:00 -07:00

10 lines
No EOL
239 B
C#

namespace Exceptron.Driver
{
public class Frame
{
public int LineNumber { get; set; }
public string FileName { get; set; }
public string Method { get; set; }
public string Class { get; set; }
}
}