Changes

Line 136: Line 136:     
<ol>
 
<ol>
<li>The above example uses <tt>asset.AsDictionary<int, string>().Set(...)</tt> to make changes to each entry in the dictionary.</li>
+
<li>The above example uses <tt>asset.AsDictionary<int, string>().Data</tt> to get a reference to the dictionary being edited.</li>
 
<li>The above example also uses <tt>asset.ReplaceWith</tt> to replace the entire asset with a new version. (Usually you shouldn't do that though; see ''Replace an asset entirely'' below.</li>
 
<li>The above example also uses <tt>asset.ReplaceWith</tt> to replace the entire asset with a new version. (Usually you shouldn't do that though; see ''Replace an asset entirely'' below.</li>
 
<li>You can retrieve the underlying data to change it:
 
<li>You can retrieve the underlying data to change it:
translators
8,437

edits