XmlSerializationReader.Fixup Constructors

Definition

Initializes a new instance of the XmlSerializationReader.Fixup class.

Overloads

XmlSerializationReader.Fixup(Object, XmlSerializationFixupCallback, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlSerializationReader.Fixup class.

XmlSerializationReader.Fixup(Object, XmlSerializationFixupCallback, String[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlSerializationReader.Fixup class.

XmlSerializationReader.Fixup(Object, XmlSerializationFixupCallback, Int32)

Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs

Initializes a new instance of the XmlSerializationReader.Fixup class.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public Fixup(object? o, System.Xml.Serialization.XmlSerializationFixupCallback callback, int count);
C#
public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, int count);

Parameters

o
Object

The object that contains other objects whose values get filled in by the callback implementation.

callback
XmlSerializationFixupCallback

A method that instantiates the XmlSerializationFixupCallback delegate.

count
Int32

The size of the string array obtained through the Ids property.

Remarks

Do not directly create an instance of the XmlSerializationReader.Fixup class or the XmlSerializationFixupCallback delegate.

Applies to

.NET 10 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

XmlSerializationReader.Fixup(Object, XmlSerializationFixupCallback, String[])

Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs
Source:
XmlSerializationReader.cs

Initializes a new instance of the XmlSerializationReader.Fixup class.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public Fixup(object? o, System.Xml.Serialization.XmlSerializationFixupCallback callback, string?[]? ids);
C#
public Fixup(object o, System.Xml.Serialization.XmlSerializationFixupCallback callback, string[] ids);

Parameters

o
Object

The object that contains other objects whose values get filled in by the callback implementation.

callback
XmlSerializationFixupCallback

A method that instantiates the XmlSerializationFixupCallback delegate.

ids
String[]

The string array obtained through the Ids property.

Remarks

Do not directly instantiate the XmlSerializationReader.Fixup class or the XmlSerializationFixupCallback delegate.

Applies to

.NET 10 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1