D
danielb
Guest
For the record, this is the same model that C# has taken. =- you cannot use a Property as the target of an OUT parameter. The reason is that getting/setting the property value has the ability to run code, rather than just read/write to a location in memory.
Continue reading...
Continue reading...