XNA Game Studio 4.0 Refresh
ContentTypeWriter.Write Method (ContentWriter, T)
Note |
|---|
| This method is available only when developing for Windows. |
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
C#
protected internal abstract void Write ( ContentWriter output, T value )
Parameters
- output
- Type: ContentWriter
The content writer serializing the value. - value
- Type: T
The value to write.
See Also
Reference
Platforms
Windows 7, Windows Vista, Windows XP
Note