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