Click or drag to resize
DigitalRuneMatrixDGetObjectData Method
Populates a SerializationInfo with the data needed to serialize the target object.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: SerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Exceptions
ExceptionCondition
SecurityException The caller does not have the required permission.
See Also