If statement

mail@pastecode.io avatar
unknown
csharp
a year ago
156 B
0
Indexable
Never
if (theAttrib != null && !string.IsNullOrEmpty(theAttrib.ElementName))
{
    return theAttrib.ElementName;
}
else
{
    return serializedObjectType.Name;
}