DefaultConsoleHelperGetSourceFiles(String, String, Boolean, Boolean, String) - метод |
Пространство имён:
Tessa.Extensions.Default.Console
Сборка:
Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис public static List<string> GetSourceFiles(
string source,
string patternMatch,
bool throwIfNotFound = true,
bool checkPatternMatch = false,
string displayPatternMatch = null
)
Public Shared Function GetSourceFiles (
source As String,
patternMatch As String,
Optional throwIfNotFound As Boolean = true,
Optional checkPatternMatch As Boolean = false,
Optional displayPatternMatch As String = Nothing
) As List(Of String)
public:
static List<String^>^ GetSourceFiles(
String^ source,
String^ patternMatch,
bool throwIfNotFound = true,
bool checkPatternMatch = false,
String^ displayPatternMatch = nullptr
)
static member GetSourceFiles :
source : string *
patternMatch : string *
?throwIfNotFound : bool *
?checkPatternMatch : bool *
?displayPatternMatch : string
(* Defaults:
let _throwIfNotFound = defaultArg throwIfNotFound true
let _checkPatternMatch = defaultArg checkPatternMatch false
let _displayPatternMatch = defaultArg displayPatternMatch null
*)
-> List<string>
Параметры
- source
- Тип: SystemString
- patternMatch
- Тип: SystemString
- throwIfNotFound (Optional)
- Тип: SystemBoolean
- checkPatternMatch (Optional)
- Тип: SystemBoolean
- displayPatternMatch (Optional)
- Тип: SystemString
Возвращаемое значение
Тип:
ListStringСм. также