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