C# Class SimShift.MapTool.ByteSearchMethods

Mostrar archivo Open project: nlhans/SimShift

Public Methods

Method Description
IndexesOf ( this Haystack, byte Needle ) : List
IndexesOfUlong ( this Haystack, byte Needle ) : List

Method Details

IndexesOf() public static method

public static IndexesOf ( this Haystack, byte Needle ) : List
Haystack this
Needle byte
return List

IndexesOfUlong() public static method

public static IndexesOfUlong ( this Haystack, byte Needle ) : List
Haystack this
Needle byte
return List