IntermediateReader.ReadExternalReference Generic Method

Note

This generic method is available only when developing for Windows.

Reads an external reference ID and records it for subsequent operations.

Syntax

'Declaration
Public Sub ReadExternalReference(Of T) ( _
         existingInstance As ExternalReference(Of T) _
)
public void ReadExternalReference<T> (
         ExternalReference<T> existingInstance
)
public:
generic<typename T>
void ReadExternalReference(
         ExternalReference<T> existingInstance
)

Type Parameters

  • T
    The type of existingInstance.

Parameters

  • existingInstance
    Type: ExternalReference<T>
    The object receiving the data, or null if a new instance of the object should be created.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

IntermediateReader Class
IntermediateReader Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace

Platforms

Windows 7, Windows Vista, Windows XP