This is preliminary documentation and is subject to change.

UnspecifiedExtendedDateTimeGetObjectData Method

Gets the object data.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The info.
context  StreamingContext
The context.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

See Also