Cosmos/source2/Kernel/Common/ReadMe.html
2010-08-22 22:16:20 +00:00

25 lines
694 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<body>
<p>
The common dir contains assemblies that are common to all rings and can be used
by any of them.</p>
<p>
Rules</p>
<ul>
<li>No common assembly can reference any ring assembly.</li>
<li>Referenes are inbound only, never outbound</li>
</ul>
<p>
Examples</p>
<ul>
<li>Ring attribute definitions</li>
<li>Extension methods</li>
</ul>
</body>
</html>