一款简单易用的基础网络通讯组件库。

TextValuesEnumerator 结构

枚举器。

Definition

命名空间: TouchSocket.Core
程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
C#
public struct Enumerator : IEnumerator<string>, 
	IEnumerator, IDisposable
Inheritance
Object    ValueType    TextValuesEnumerator
Implements
IEnumeratorString, IEnumerator, IDisposable

属性

Current 当前值。

方法

Dispose 释放资源。
EqualsIndicates whether this instance and a specified object are equal.
(继承自 ValueType。)
GetHashCodeReturns the hash code for this instance.
(继承自 ValueType。)
GetTypeGets the Type of the current instance.
(继承自 Object。)
MoveNext 移动到下一项。
Reset 重置。
ToStringReturns the fully qualified type name of this instance.
(继承自 ValueType。)

扩展方法

SafeDispose 安全性释放(不用判断对象是否为空)。不会抛出任何异常。
(由 SystemExtension 定义。)
ToJsonString 转换为Json
(由 SerializeConvert 定义。)

显式接口实现

IEnumeratorCurrentGets the element in the collection at the current position of the enumerator.

参见