DefaultConsoleHelperGetSourceFiles(IEnumerableString, String, Boolean, Boolean, String) - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.6.0.22
C#
public static List<string> GetSourceFiles(
	IEnumerable<string> source,
	string patternMatch,
	bool throwIfNotFound = true,
	bool checkPatternMatch = false,
	string displayPatternMatch = null
)

Параметры

source  IEnumerableString
 
patternMatch  String
 
throwIfNotFound  Boolean  (Optional)
 
checkPatternMatch  Boolean  (Optional)
 
displayPatternMatch  String  (Optional)
 

Возвращаемое значение

ListString

См. также