mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-03 18:11:33 +02:00
10 lines
No EOL
239 B
C#
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; }
|
|
}
|
|
} |