[Mono-list] C typedef to C#

Miguel de Icaza miguel@ximian.com
11 Sep 2002 14:25:05 -0400


Hello,

   Just following up to a few suggestions that have already been made. 
You might want to do this:

	public struct XID {
		uint value;
	}

    This is how the actual core value types are defined in the corlib.

Miguelo