| ThemeReaderRead Method (ContentReader, Theme) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Game.UI.ContentAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax protected override Theme Read(
ContentReader input,
Theme existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As Theme
) As Theme
protected:
virtual Theme^ Read(
ContentReader^ input,
Theme^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : Theme -> Theme
override Read :
input : ContentReader *
existingInstance : Theme -> Theme
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.Game.UI.RenderingTheme
An existing object to read into.
Return Value
Type:
ThemeThe type of object to read.
See Also