| TimelineGroupReaderRead Method (ContentReader, TimelineGroup) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Animation.ContentAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected override TimelineGroup Read(
ContentReader input,
TimelineGroup existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As TimelineGroup
) As TimelineGroup
protected:
virtual TimelineGroup^ Read(
ContentReader^ input,
TimelineGroup^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : TimelineGroup -> TimelineGroup
override Read :
input : ContentReader *
existingInstance : TimelineGroup -> TimelineGroup
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.AnimationTimelineGroup
An existing object to read into.
Return Value
Type:
TimelineGroupThe type of object to read.
See Also