C# Class Slides.LazilyImmutable

This is immutable. Really. I promise that no maintenance programmer ever will add a method that calls the setter, because they will all read this comment.
显示文件 Open project: jskeet/DemoCode

Public Methods

Method Description
FixBug ( ) : void
LazilyImmutable ( int value )

Method Details

FixBug() public method

public FixBug ( ) : void
return void

LazilyImmutable() public method

public LazilyImmutable ( int value )
value int