Formatter::m_objectQueue Field

 

Contains a Queue of the objects left to serialize.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

protected:
Queue^ m_objectQueue

Field Value

Type: System.Collections::Queue^

Objects scheduled for serialization with the Schedule method are pushed on the queue.

.NET Framework
Available since 1.1
Return to top
Show: