Matrix<T>.Get Object Data Method
Populates a SerializationInfo with the values
needed to serialize the target object.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Parameters
- info SerializationInfo
- The SerializationInfo to populate with values.
- context StreamingContext
- The destination (see StreamingContext) for this serialization.
Exceptions
Security | The caller does not have the required permission. |