Skip to content

M_Cyjb_IO_TextReaderUtil_Combine_1

CYJB edited this page Mar 20, 2024 · 4 revisions

TextReaderUtil.Combine 方法 (IEnumerable(Variant(TextReader, String)))

组合指定的多个文本读取器,返回按顺序依次读取的新文本读取器。

Namespace: Cyjb.IO
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public static TextReader Combine(
	IEnumerable<Variant<TextReader, string>> sources
)

参数

 

sources
Type: System.Collections.Generic.IEnumerable(Variant(TextReader, String))
要组合的源文本读取器或字符串。

返回值

Type: TextReader
组合后的文本读取器。

参见

Reference

TextReaderUtil 类
Combine 重载
Cyjb.IO 命名空间

Clone this wiki locally