NorbiPeti
9be1b5fdaf
I can't test it yet because the API is full of errors because of the refactoring
7 lines
No EOL
153 B
C#
7 lines
No EOL
153 B
C#
namespace CodeGenerator
|
|
{
|
|
public class ECSReflectedPropertyInfo : ECSPropertyInfo
|
|
{
|
|
public string OriginalClassName { get; set; }
|
|
}
|
|
} |