-
-
Notifications
You must be signed in to change notification settings - Fork 4
Exomia.Network.Extensions.Class
Daniel Baetz edited this page Jul 26, 2019
·
6 revisions
The class extensions.
public static class Exomia.Network.Extensions.Class.ClassExtensions
void
FromBytes(this Byte[]
arr, T&
obj)
A byte[] extension method that initializes this object from the given from bytes.
-
arr
- The arr to act on. -
obj
- [out] The object.
T
FromBytes(this Byte[]
arr)
A byte[] extension method that initializes this object from the given from bytes.
-
arr
- The arr to act on.
T
FromBytes(this Byte[]
arr, Int32
offset, Int32
length)
A byte[] extension method that initializes this object from the given from bytes.
-
arr
- The arr to act on. -
offset
- The offset. -
length
- The length.