__Symbol 结构 |
命名空间: XSharp
[SerializableAttribute] STRUCTURE __Symbol IMPLEMENTS IEqualityComparer<SYMBOL>, IEquatable<SYMBOL>, IComparable<SYMBOL>, IComparable, ICloneable, IConvertible, ISerializable
__Symbol 类型公开以下成员。
名称 | 说明 | |
---|---|---|
__Symbol(String) | 初始化 __Symbol 类的一个新实例 | |
__Symbol(SerializationInfo, StreamingContext) | 从序列化数据构造一个值 | |
__Symbol(String, Boolean) | 初始化 __Symbol 类的一个新实例 |
名称 | 说明 | |
---|---|---|
GetHashCode | Returns the hash code for this instance. (重写 GetHashCode.) | |
GetHashCode(__Symbol) | Returns a hash code for the specified object. | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. | |
ToDebugString | ||
ToString | Returns the fully qualified type name of this instance. (重写 ToString.) |
名称 | 说明 | |
---|---|---|
IConvertibleGetTypeCode | Returns the TypeCode for this instance. | |
IConvertibleToBoolean | Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. | |
IConvertibleToByte | Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToChar | Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. | |
IConvertibleToDateTime | Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. | |
IConvertibleToDecimal | Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. | |
IConvertibleToDouble | Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. | |
IConvertibleToInt16 | Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToInt32 | Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToInt64 | Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToSByte | Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToSingle | Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. | |
IConvertibleToString | Converts the value of this instance to an equivalent String using the specified culture-specific formatting information. | |
IConvertibleToType | Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. | |
IConvertibleToUInt16 | Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToUInt32 | Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToUInt64 | Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. |
提示: |
---|
SYMBOL 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。 |