Ticket #4: class__with__interface_8vb_source.html

File class__with__interface_8vb_source.html, 4.7 KB (added by matt, 4 months ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<title>DoxyVB: class_with_interface.vb Source File</title>
6<link href="tabs.css" rel="stylesheet" type="text/css"/>
7<link href="doxygen.css" rel="stylesheet" type="text/css"/>
8</head>
9<body>
10<!-- Generated by Doxygen 1.7.1 -->
11<div class="navigation" id="top">
12  <div class="tabs">
13    <ul class="tablist">
14      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
15      <li class="current"><a href="files.html"><span>Files</span></a></li>
16    </ul>
17  </div>
18  <div class="tabs2">
19    <ul class="tablist">
20      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
21    </ul>
22  </div>
23<div class="header">
24  <div class="headertitle">
25<h1>class_with_interface.vb</h1>  </div>
26</div>
27<div class="contents">
28<a href="class__with__interface_8vb.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/**</span>
29<a name="l00002"></a>00002 <span class="comment"> * @file class_with_interface.vb</span>
30<a name="l00003"></a>00003 <span class="comment"> *  &lt;summary&gt;example file demonstrating interfaces and classes&lt;/summary&gt;</span>
31<a name="l00004"></a>00004 <span class="comment"> *  &lt;remarks&gt;detailed file description comes here&lt;BR&gt;&lt;BR&gt;</span>
32<a name="l00005"></a>00005 <span class="comment"> *  The original unfiltered source of this file : &lt;A HREF=&quot;http://trac.sevo.org/projects/doxyvb/browser/trunk/samples/DotNET/class_with_interface.vb&quot;&gt;class_with_interface.vb&lt;/A&gt;&lt;/remarks&gt;</span>
33<a name="l00006"></a>00006 <span class="comment"> */</span>
34<a name="l00007"></a>00007 <span class="keyword">using</span> System.IO;
35<a name="l00008"></a>00008 <span class="keyword">using</span> System.Threading;
36<a name="l00009"></a>00009 <span class="keyword">using</span> System.Runtime.Serialization;
37<a name="l00010"></a>00010 <span class="keyword">namespace </span>Test_Doxygen {<span class="comment"></span>
38<a name="l00011"></a>00011 <span class="comment">        /**</span>
39<a name="l00012"></a>00012 <span class="comment">         *  &lt;summary&gt;</span>
40<a name="l00013"></a>00013 <span class="comment">         *  simple enumeration</span>
41<a name="l00014"></a>00014 <span class="comment">         *  &lt;/summary&gt;</span>
42<a name="l00015"></a>00015 <span class="comment">         *  &lt;remarks&gt;description of the simple enumeration&lt;/remarks&gt;</span>
43<a name="l00016"></a>00016 <span class="comment">         */</span>
44<a name="l00017"></a>00017         <span class="keyword">public</span> <span class="keyword">enum</span> SampleEnum
45<a name="l00018"></a>00018         {
46<a name="l00019"></a>00019                 Value1, <span class="comment">/**&lt; \brief  first value */</span><span class="comment"></span>
47<a name="l00020"></a>00020 <span class="comment">                /**</span>
48<a name="l00021"></a>00021 <span class="comment">                 *  &lt;summary&gt;</span>
49<a name="l00022"></a>00022 <span class="comment">                 *  second value</span>
50<a name="l00023"></a>00023 <span class="comment">                 *  &lt;/summary&gt;</span>
51<a name="l00024"></a>00024 <span class="comment">                 */</span>
52<a name="l00025"></a>00025                 Value2,
53<a name="l00026"></a>00026                 Value3 = 1234, <span class="comment">/**&lt; \brief  third assigned value */</span>
54<a name="l00027"></a>00027                 Value4 <span class="comment">/**&lt; \brief  fourth value */</span>
55<a name="l00028"></a>00028         }<span class="comment"></span>
56<a name="l00029"></a>00029 <span class="comment">        /**</span>
57<a name="l00030"></a>00030 <span class="comment">         *  &lt;summary&gt;</span>
58<a name="l00031"></a>00031 <span class="comment">         *  sample interface</span>
59<a name="l00032"></a>00032 <span class="comment">         *  &lt;/summary&gt;</span>
60<a name="l00033"></a>00033 <span class="comment">         *  &lt;remarks&gt;interface inherits IDisposable&lt;/remarks&gt;</span>
61<a name="l00034"></a>00034 <span class="comment">         */</span>
62<a name="l00035"></a>00035         <span class="keyword">public</span> interface ISample
63<a name="l00036"></a>00036         : IDisposable
64<a name="l00037"></a>00037         {
65<a name="l00038"></a>00038
66</pre></div></div>
67</div>
68<hr class="footer"/><address class="footer"><small>Generated on Wed Jan 11 2012 15:07:41 for DoxyVB by&nbsp;
69<a href="http://www.doxygen.org/index.html">
70<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
71</body>
72</html>