Mono.Debugger.Soft.Connection.encode_id C# (CSharp) Method

encode_id() static private method

static private encode_id ( byte buf, long id, int &offset ) : void
buf byte
id long
offset int
return void
		static void encode_id (byte[] buf, long id, ref int offset) {
			encode_int (buf, (int)id, ref offset);
		}
Connection