我需要在其他大序列中找到一个序列,例如,{1,3,2,3}存在于{1,3,2,3,4,3}和中{5,1,3,2,3}.有没有办法快速与IEnumerable其他东西一起做?
{1,3,2,3}
{1,3,2,3,4,3}
{5,1,3,2,3}
IEnumerable
c#
c# ×1