This is preliminary documentation and is subject to change.

ExtendedDateTimeCollection(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the ExtendedDateTimeCollection class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
protected ExtendedDateTimeCollection(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The info.
context  StreamingContext
The context.

See Also