Click or drag to resize

PropertyDeclBaseGetSetter Method

Get any relevant setter (or remover), whether in this PropertyDeclBase or one in a base class. Searches base types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual MethodRef GetSetter()

Return Value

Type: MethodRef
See Also