SerializationReaderReadOptimizedObjectArrayPair Method |
Returns a pair of object[] arrays from the stream that were stored optimized.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public void ReadOptimizedObjectArrayPair(
out Object[] values1,
out Object[] values2
)
Public Sub ReadOptimizedObjectArrayPair (
<OutAttribute> ByRef values1 As Object(),
<OutAttribute> ByRef values2 As Object()
)
Parameters
- values1
- Type: SystemObject
- values2
- Type: SystemObject
Return Value
Type:
A pair of object[] arrays.
See Also