<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to keywords-set</title><link>https://sourceforge.net/p/asil/wiki/keywords-set/</link><description>Recent changes to keywords-set</description><atom:link href="https://sourceforge.net/p/asil/wiki/keywords-set/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 20 Feb 2014 20:26:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/asil/wiki/keywords-set/feed" rel="self" type="application/rss+xml"/><item><title>keywords-set modified by Will Pittenger</title><link>https://sourceforge.net/p/asil/wiki/keywords-set/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Used to declare a &lt;strong&gt;set&lt;/strong&gt; accessor that sets the value of a &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-property/"&gt;property&lt;/a&gt;&lt;/strong&gt;.  Each &lt;strong&gt;set&lt;/strong&gt; accessor is &lt;u&gt;required&lt;/u&gt; to reference the value stored in the &lt;strong&gt;&lt;a class="" href="../keywords-value"&gt;value&lt;/a&gt;&lt;/strong&gt; keyword.  A &lt;strong&gt;set&lt;/strong&gt; accessor can override any of the following procedure modifiers that were applied to the property: &lt;strong&gt;&lt;a class="" href="../keywords-virtual"&gt;virtual&lt;/a&gt;&lt;/strong&gt;, &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-abstract/"&gt;abstract&lt;/a&gt;&lt;/strong&gt;, and &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-final/"&gt;final&lt;/a&gt;&lt;/strong&gt;.  A property that's declared as &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-const/"&gt;const&lt;/a&gt;&lt;/strong&gt; or &lt;strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-readonly/"&gt;readonly&lt;/a&gt; may not declare a &lt;/strong&gt;set&lt;strong&gt; accessor.  The other accessor a property may have is the &lt;/strong&gt;&lt;a class="" href="/p/asil/wiki/keywords-get/"&gt;get&lt;/a&gt;** accessor.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;(\public\ | \protected\ | \private\) {[\static\] | [\virtual\] | [\final\] | [\abstract\]} \property\ /TypeDescriptor/ /identifier/
  [{[\virtual\] | [\final\] | [\abstract\]} \get\
    ' Return some value
  ]

  [{[\virtual\] | [\final\] | [\abstract\]} \set\
    ' Store the value in \value\ somewhere
  ]
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Will Pittenger</dc:creator><pubDate>Thu, 20 Feb 2014 20:26:49 -0000</pubDate><guid>https://sourceforge.net53c63b9b8c8ad7b9e289cbac11865ac1a625ba9d</guid></item></channel></rss>