Constructs a new index from serialization values.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected IntervalIndex(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
IntervalIndex(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> IntervalIndex
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The values needed to serialize or deserialize
the index. - context
- Type: System.Runtime.SerializationStreamingContext
The source and destination of a given
serialized stream.
This constructor is called internally by the
.NET framework when a VectorT is
deserialized.
Reference