摘要: using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [CLSCompliant(false),ComVisible(true)] public struct UInt16:System.... 阅读全文
posted @ 2010-08-28 21:19 Aegis 阅读(331) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [CLSComplian(false),ComVisible(true)] public struct UInt32:System.I... 阅读全文
posted @ 2010-08-28 21:19 Aegis 阅读(431) 评论(0) 推荐(0) 编辑
摘要: using System.Globalization;using System.Runtime.InteropServices;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Single:System.IComparable,System.I... 阅读全文
posted @ 2010-08-28 21:18 Aegis 阅读(735) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [Serializable,ComVisible(true)] public abstract class StringComparer:System.Object,System.Collections.IComparer,System... 阅读全文
posted @ 2010-08-28 21:18 Aegis 阅读(618) 评论(0) 推荐(0) 编辑
摘要: using System.Globalization;namespace System{ [Serializable] internal sealed class OrdinalComparer:System.StringComparer { private bool _ignoreCase; internal OrdinalComparer(bool ignoreCase):base() ... 阅读全文
posted @ 2010-08-28 21:17 Aegis 阅读(289) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi), Serializable, ComVisible(true), CLSCompliant(false)] pub... 阅读全文
posted @ 2010-08-28 21:17 Aegis 阅读(348) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;using System.Runtime.CompilerServices;namespace System{ private class Number : System.Object { [StructLayout(LayoutKind.Sequential, Char... 阅读全文
posted @ 2010-08-28 21:16 Aegis 阅读(318) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential,CharSet=CharSet.Ansi),Serializable,ComVisible(true)] public struct IntPtr:System.R... 阅读全文
posted @ 2010-08-28 21:15 Aegis 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Int32:System.IComparable,System.IF... 阅读全文
posted @ 2010-08-28 21:14 Aegis 阅读(323) 评论(0) 推荐(0) 编辑
摘要: using System.Runtime.InteropServices;using System.Globalization;namespace System{ [StructLayout(LayoutKind.Sequential),Serializable] [ComVisible(true)] public struct Int64:System.IComparable,System.IF... 阅读全文
posted @ 2010-08-28 21:14 Aegis 阅读(254) 评论(0) 推荐(0) 编辑