[nem-en] Properties and backing fields
Sergei Tulentsev
sergei.tulentsev at gmail.com
Wed Apr 18 01:03:33 CEST 2007
Consider this code:
public SomeProperty : int
{
mutable _back : int;
get { _back }
set{_back = value;}
}
I cannot get to that _back field using PExpr form of property. Yeah, of
course, I can get it as Token.LooseGroup, but that just doesn't seem
"right".
Maybe, if we allow defining fields inside properties, then shall we go
further and add something like "fields" property to a
ClassMember.Propertyand/or PropertyBuilder?
--
Best wishes,
Sergei Tulentsev
Senior software engineer.
SITRONICS Telecom Solutions, Moscow
http://www.sitels.ru
mob: + 7 916 507 7112
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /mailman/pipermail/devel-en/attachments/20070418/f47c04f0/attachment.html
More information about the devel-en
mailing list