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