M_Cyjb_IO_TextReaderUtil_Combine - CYJB/Cyjb GitHub Wiki

TextReaderUtil.Combine 方法 (Variant(TextReader, String)[])

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

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

语法

C#

public static TextReader Combine(
	params Variant<TextReader, string>[] sources
)

参数

 

sources
Type: Cyjb.Variant(TextReader, String)[]
要组合的源文本读取器或字符串。

返回值

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

参见

Reference

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

⚠️ **GitHub.com Fallback** ⚠️