<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">Am 2015-03-09 um 19:24 schrieb DaWorm:<br>
    </div>
    <blockquote
cite="mid:CAF6o3h8_q6JRWr3v7g3G5mw3GOhjKgS-u4OrGPu77r8u9H9d0g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">I would think this part answers that
            question:  "The warning means that no value has been <b><i>explicitly</i></b>
            assigned to these variables (which <b><i>may indicate a
                logic error</i></b> in the code), not necessarily that
            they contain an unpredictable value." (emphasis mine)</div>
          <div class="gmail_quote"><br>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    No, it answer not the question.<br>
    As I already wrote in my other mail:<br>
    Why am I forced to add superfluous (initialization) code<br>
    just to get rid of a warning that is completely useless (false).<br>
    Managed types *are* initialized so this warning just pollutes the <br>
    message window and distracts from the realy useful information.<br>
    <br>
    Why not simply omit these messages (for managed types)?<br>
    <br>
  </body>
</html>