linksplatform / Protocols.Lino

A way to describe data using references and links.
https://linksplatform.github.io/Communication.Protocol.Lino
The Unlicense
3 stars 1 forks source link

Make Link struct generic #51

Closed Konard closed 2 years ago

Konard commented 2 years ago

https://github.com/linksplatform/Protocols.Lino/blob/76179f3decdad115e43e663001fee8f86f390e54/csharp/Platform.Protocols.Lino/Link.cs#L12

There should be added the TLinkAddress type parameter, to make string type for id replaceable with ulong, uint, ushort, byte.