forked from ddrilling/AsbCloudServer
8 lines
177 B
C#
8 lines
177 B
C#
namespace ConsoleApp1
|
|
{
|
|
public class Header
|
|
{
|
|
public string Name { get; set; }
|
|
public System.Type PropertyType { get; set; } = typeof(object);
|
|
}
|
|
} |