S
Stefan Hoffmann
hi @all,
has anybody an explanation, why string? is not allowed for an
auto-implemented property?
namespace Test
{
class Class1
{
int? NullableInt { get; set; }
string? NullableString { get; set; }
}
}
mfG
--> stefan <--
has anybody an explanation, why string? is not allowed for an
auto-implemented property?
namespace Test
{
class Class1
{
int? NullableInt { get; set; }
string? NullableString { get; set; }
}
}
mfG
--> stefan <--