点击或拖拽改变大小

__Symbol 结构

X#
Internal type that implements the XBase Compatible SYMBOL type.
This type has many operators and implicit converters that normally are never directly called from user code.
There are also some operators that handle implicit conversions between Symbols and Strings in your code.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[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 类的一个新实例
Top
方法
  名称说明
公共方法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.)
Top
运算符
显式接口实现
  名称说明
显式接口实现私有方法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.
Top
备注
提示 提示:
SYMBOL 类型仅用于兼容性。在大多数情况下,类型可以和应该被替换为普通字符串。
参见