hOOt.bytearr.bytearr C# (CSharp) 메소드

bytearr() 공개 메소드

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