public int GetByteSize() { return(SessionId.GetByteSize() + BinSerialize.GetSizeForPackedUnsignedInteger(FieldId) + BinSerialize.GetSizeForPackedUnsignedInteger(StartIndex) + BinSerialize.GetSizeForPackedUnsignedInteger(Take)); }
public int GetByteSize() { return(SessionId.GetByteSize() + BinSerialize.GetSizeForPackedUnsignedInteger(Counter) + sizeof(byte) /* Flags */ + sizeof(byte) /* Count */ + (Groups?.Count * sizeof(ushort) ?? 0)); }
public virtual int GetByteSize() { return(SessionId.GetByteSize() + BinSerialize.GetSizeForPackedUnsignedInteger(FieldIndex)); }