Cosmos/source2/Kernel/Common
kudzu_cp 329e21ade7
2011-03-02 17:15:01 +00:00
..
Cosmos.Common 2011-02-23 17:46:41 +00:00
Cosmos.Common.Extensions 2011-03-02 17:15:01 +00:00
ReadMe.html Cosmos.Common.Extensions 2010-08-22 22:16:20 +00:00

<!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>