Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: string GetLongestCommonSubstring(params string[])Declarationpublic static string GetLongestCommonSubstring(
params string[] strings
) Summary
Finds the longest substring that all of the specified input strings contain. Parametersstring[] | strings |
Strings to examine. |
Returns
The longest shared substring. This may be the empty string, but not will not be null . |