1 reference to SpecialName
mscorlib (1)
system\reflection\propertyinfo.cs (1)
158
public bool IsSpecialName { get { return(Attributes & PropertyAttributes.
SpecialName
) != 0; } }