Definition at line 29 of file PropertyInfoImpl.cs.
◆ Equals()
| override bool IKVM.Reflection.Reader.PropertyInfoImpl.Equals |
( |
object | obj | ) |
|
Definition at line 55 of file PropertyInfoImpl.cs.
56 {
57 return obj is PropertyInfoImpl other && other.DeclaringType == declaringType && other.index == index;
58 }
◆ GetAccessors()
| override MethodInfo[] IKVM.Reflection.Reader.PropertyInfoImpl.GetAccessors |
( |
bool | nonPublic | ) |
|
◆ GetGetMethod()
| override MethodInfo IKVM.Reflection.Reader.PropertyInfoImpl.GetGetMethod |
( |
bool | nonPublic | ) |
|
◆ GetHashCode()
| override int IKVM.Reflection.Reader.PropertyInfoImpl.GetHashCode |
( |
| ) |
|
◆ GetRawConstantValue()
| override object IKVM.Reflection.Reader.PropertyInfoImpl.GetRawConstantValue |
( |
| ) |
|
◆ GetSetMethod()
| override MethodInfo IKVM.Reflection.Reader.PropertyInfoImpl.GetSetMethod |
( |
bool | nonPublic | ) |
|
◆ Attributes
| override PropertyAttributes IKVM.Reflection.Reader.PropertyInfoImpl.Attributes |
|
get |
◆ CanRead
| override bool IKVM.Reflection.Reader.PropertyInfoImpl.CanRead |
|
get |
◆ CanWrite
| override bool IKVM.Reflection.Reader.PropertyInfoImpl.CanWrite |
|
get |
◆ DeclaringType
| override Type IKVM.Reflection.Reader.PropertyInfoImpl.DeclaringType |
|
get |
◆ MetadataToken
| override int IKVM.Reflection.Reader.PropertyInfoImpl.MetadataToken |
|
get |
◆ Module
| override Module IKVM.Reflection.Reader.PropertyInfoImpl.Module |
|
get |
◆ Name
| override string IKVM.Reflection.Reader.PropertyInfoImpl.Name |
|
get |
The documentation for this class was generated from the following file: