MWStringArray Constructor (SerializationInfo, StreamingContext) |
Internal deserialization constructor.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax protected MWStringArray(
SerializationInfo serializationInfo,
StreamingContext context
)
Parameters
- serializationInfo
- Type: System.Runtime.SerializationSerializationInfo
Holds the data needed to serialize or deserialize the object. - context
- Type: System.Runtime.SerializationStreamingContext
Describes the source and destination of the serialized stream.
Remarks
The arguments for this constructor are supplied by the .NET serialization infrastructure.
See Also