hOOt.bytearr.bytearr C# (CSharp) Method

bytearr() public method

public bytearr ( byte key ) : System.Collections.Generic
key byte
return System.Collections.Generic
		public bytearr(byte[] key)
		{
			val = key;
		}