in

Utah .NET User Group

Home of Utah's professional .NET developers.
All Tags » C# » Compiler (RSS)

Browse by Tags

  • Re: C# Value Types

    Hey Nathan, good question I hadn't thought of those types like that. Lets look at a quick example in C#. using System; namespace TestCLIReferenceTypes { class Program { static void Main( string [ args) { Object obj = new Object(); Int32 int32 = 100; uint rint = 200; for (; rint > 100 & int32...
    Posted to General Discussion (Forum) by josh on 02-14-2008
Page 1 of 1 (1 items)
Copyright © 2000-2007, Utah .NET User Group
Powered by Community Server (Commercial Edition), by Telligent Systems