IncomingMessageReadArrayT Method (Int32) |
Namespace:
Buddy.Networking.Core
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public T[] ReadArray<T>(
int count
)
where T : struct, new()
Parameters
- count
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
TSee Also