public readonly struct TextValues : IEnumerable<string>,
IEnumerable, IEquatable<TextValues>Public Structure TextValues
Implements IEnumerable(Of String), IEnumerable,
IEquatable(Of TextValues)[<SealedAttribute>]
type TextValues =
struct
inherit ValueType
interface IEnumerable<string>
interface IEnumerable
interface IEquatable<TextValues>
end| TextValues(String) | 使用单个值初始化。 |
| TextValues(String) | 使用多个值初始化。 |
| Add | 添加一个值,返回新集合。 |
| Equals(Object) |
判断相等。
(重写 ValueTypeEquals(Object)) |
| Equals(TextValues) | 判断相等。 |
| Equals(String, StringComparison) | 判断相等。 |
| Equals(TextValues, StringComparison) | 判断相等。 |
| GetEnumerator | 获取枚举器。 |
| GetHashCode |
获取哈希码。
(重写 ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| IsNullOrEmpty | 判断是否为空。 |
| ToArray | 转换为数组。 |
| ToString |
返回字符串表示。单值返回该值,多个值使用","分隔。
(重写 ValueTypeToString) |
| Equality(TextValues, TextValues) | 相等运算符。 |
| (String to TextValues) | 隐式转换:字符串到TextValues。 |
| (String to TextValues) | 隐式转换:字符串数组到TextValues。 |
| (TextValues to String) | 隐式转换:TextValues到字符串,返回第一个值。 |
| (TextValues to String) | 隐式转换:TextValues到字符串数组。 |
| Inequality(TextValues, TextValues) | 不相等运算符。 |
| Empty | 空集合。 |
| ForEachString |
循环遍历每个元素,执行Action动作
(由 CollectionsExtension 定义。) |
| ForEachAsyncString |
循环遍历每个元素,执行异步动作
(由 CollectionsExtension 定义。) |
| GetSafeEnumeratorString |
获取安全的枚举器。
(由 SystemExtension 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
| IEnumerableStringGetEnumerator | Returns an enumerator that iterates through the collection. |