Formatter.m_idGenerator 字段  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含与当前格式化程序一起使用的 ObjectIDGenerator。
protected: System::Runtime::Serialization::ObjectIDGenerator ^ m_idGenerator;protected System.Runtime.Serialization.ObjectIDGenerator m_idGenerator;val mutable m_idGenerator : System.Runtime.Serialization.ObjectIDGeneratorProtected m_idGenerator As ObjectIDGenerator 字段值
实现
					
						System.Runtime.Serialization.IFormatter.RequiresDynamicCodeMessage
					
					
						System.Runtime.Serialization.IFormatter.RequiresUnreferencedCodeMessage
					
		
	注解
ObjectIDGenerator维护已标识的对象列表以及已为这些对象提供的 ID。