2009-09-29 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / tools / generators / SignatureType.cs
blobe09f8d6be511fcfba74e46b3e8edd0ded991ba4d
1 /*
2 * SignatureType.cs.
4 * Contact:
5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2008 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
13 enum SignatureType {
14 Native,
15 Managed,
16 PInvoke,
17 NativeC,