using System;
using Cpp2IlInjected;
namespace System.Xml.Serialization
{
/// Delegate used by the class for deserialization of SOAP-encoded XML data types that map to collections or enumerations.
/// The collection into which the collection items array is copied.
/// An array of items to be copied into the .
// Token: 0x02000136 RID: 310
// (Invoke) Token: 0x06000D65 RID: 3429
[Token(Token = "0x2000136")]
public delegate void XmlSerializationCollectionFixupCallback(object collection, object collectionItems);
}