Mono Class Library: System.Reflection.PropertyInfo Overview | Members

System.Reflection.PropertyInfo.GetSetMethod Overloads

The overloads of GetSetMethod are listed below. For a list of all members, see the PropertyInfo Members list.

Public Methods

GetSetMethod() : MethodInfo
Returns the public Set accessor for the property reflected by the current instance.
abstract
GetSetMethod(bool) : MethodInfo
Returns the public possibly or, if specified, the non-public Set accessor for the property reflected by the current instance.