Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-03Make Main method publicMarek Safar
2001-10-152001-10-14 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs: LocalTemporary: a new expression used to reference a temporary that has been created. * assign.cs: Handle PropertyAccess back here, so that we can provide the proper semantic access to properties. svn path=/trunk/mcs/; revision=1165
2001-10-152001-10-14 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* expression.cs (Expression::ConvertReferenceExplicit): Implement a few more explicit conversions. * modifiers.cs: `NEW' modifier maps to HideBySig. * expression.cs (PropertyExpr): Make this into an ExpressionStatement, and support the EmitStatement code path. Perform get/set error checking, clean up the interface. * assign.cs: recognize PropertyExprs as targets, and if so, turn them into toplevel access objects. svn path=/trunk/mcs/; revision=1164