PropertyInfoGetGetMethod Method |
Returns the public get accessor for this property.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MethodInfo GetGetMethod()
Return Value
Type:
MethodInfoA MethodInfo object representing the public get accessor for this property, or null if the get accessor is non-public or does not exist.
See Also