Formatter.m_idGenerator 字段
定义
包含与当前格式化程序一起使用的 ObjectIDGenerator。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
字段值
注解
ObjectIDGenerator维护已标识的对象列表和提供的 id。The ObjectIDGenerator maintains a list of the objects that have been identified and the IDs that they were given.