| SweepAndPruneSpaceReaderTRead Method (ContentReader, SweepAndPruneSpaceT) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Geometry.ContentAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax protected override SweepAndPruneSpace<T> Read(
ContentReader input,
SweepAndPruneSpace<T> existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As SweepAndPruneSpace(Of T)
) As SweepAndPruneSpace(Of T)
protected:
virtual SweepAndPruneSpace<T>^ Read(
ContentReader^ input,
SweepAndPruneSpace<T>^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : SweepAndPruneSpace<'T> -> SweepAndPruneSpace<'T>
override Read :
input : ContentReader *
existingInstance : SweepAndPruneSpace<'T> -> SweepAndPruneSpace<'T>
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.Geometry.PartitioningSweepAndPruneSpaceT
An existing object to read into.
Return Value
Type:
SweepAndPruneSpaceTThe type of object to read.
See Also