feat: restore properties

This commit is contained in:
2022-08-25 23:12:33 +04:00
parent 082e183989
commit 6a71fe5fe0
3 changed files with 43 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@ namespace Ragon.Common
private byte[] _data;
private int _offset;
private int _size;
public int Lenght => _offset;
public int Size => _size - _offset;