[Mono-devel-list] Patch for monop

Ben Maurer bmaurer at ximian.com
Mon Nov 15 18:01:16 EST 2004


On Mon, 2004-11-15 at 08:28 -0600, Carlos Alberto Cortez wrote:
> Hello,
> 
> A patch for supporting accessor modifiers in monop is attached.


Say you ahve

public int Foo {
	get { return foo; }
	private set { foo = value; }
}

By default, the set accessor should not be shown, because private
members are not visible. The patch needs to take this into account.

Once you make that work, please check this in.

-- 
Ben Maurer <bmaurer at ximian.com>




More information about the Mono-devel-list mailing list