Lines Matching defs:source
366 public static Boolean StartsWith(this String source, char value) in StartsWith()
375 public static Boolean EndsWith(this String source, char value) in EndsWith()
393 …public static int IndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate) in IndexOf()
406 …public static int LastIndexOf<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predi… in LastIndexOf()
427 …public static string Stringify<TSource>(this IEnumerable<TSource> source, string separator = " ", … in Stringify()
432 …public static string Stringify(this IEnumerable<string> source, string separator = " ", int limitP… in Stringify()
506 …ublic static IEnumerable<TSource> DistinctBy<TSource, TKey>(this IEnumerable<TSource> source, Func… in DistinctBy()
531 public static IEnumerable<T> Append<T>(this IEnumerable<T> source, params T[] element) in Append()
554 IEnumerable<T> source, bool insertAtStart) in ConcatIterator()
908 …public static void FillPacketWithChecksums(IPeripheral source, byte[] packet, params TransportLaye… in FillPacketWithChecksums()
1389 …public static bool TryCreateFrameOrLogWarning(IEmulationElement source, byte[] data, out EthernetF… in TryCreateFrameOrLogWarning()
1561 public static T[] CopyAndResize<T>(this T[] source, int length) in CopyAndResize()