J
James
hello,
can we have a nullable type field in the struct ?
struct Employee
{
nullable<string> firstName =null;
}
we can't initialize a field in a struct so is there any possibility
that we can have a nullable field in the struct.
can anyone please help me out regarding this
Thanks,
James
can we have a nullable type field in the struct ?
struct Employee
{
nullable<string> firstName =null;
}
we can't initialize a field in a struct so is there any possibility
that we can have a nullable field in the struct.
can anyone please help me out regarding this
Thanks,
James