Formatter.m_idGenerator Field

Definition

Contains the ObjectIDGenerator used with the current formatter.

protected: System::Runtime::Serialization::ObjectIDGenerator ^ m_idGenerator;
protected System.Runtime.Serialization.ObjectIDGenerator m_idGenerator;
val mutable m_idGenerator : System.Runtime.Serialization.ObjectIDGenerator
Protected m_idGenerator As ObjectIDGenerator 

Field Value

Remarks

The ObjectIDGenerator maintains a list of the objects that have been identified and the IDs that they were given.

Applies to