Reports the index of the last occurrence of the specified
ByteString in this instance.
Reports the index of the last occurrence of the specified
ByteString in this instance.
public int LastIndexOf(ByteString);
Reports the index of the last occurrence of the specified
ByteString in this instance.
public int LastIndexOf(ByteString,int);
Reports the index of the last occurrence of the specified
ByteString in this instance.
public int LastIndexOf(ByteString,int,int);
Reports the index of the last occurrence of the specified byte in this instance.
public int LastIndexOf(byte);
Reports the index of the last occurrence of the specified byte in this instance.
public int LastIndexOf(byte,int);
Reports the index of the last occurrence of the specified byte in this instance.
public int LastIndexOf(byte,int,int);
ByteString Class | Hunny.Base Namespace