【发布时间】:2010-04-06 10:43:07
【问题描述】:
我现在正在研究字符串搜索算法,想知道什么算法用于 .NET String.Contains 函数。 Reflector 显示使用了这个函数,但我不知道它的名字是什么意思。
private static extern int InternalFindNLSStringEx(IntPtr handle, string localeName, int flags, string source, int sourceCount, int startIndex, string target, int targetCount);
【问题讨论】: