XmlSerializationReader.InitIDs Method

Definition

Stores element and attribute names in a NameTable object.

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

protected:
 abstract void InitIDs();
protected abstract void InitIDs ();
abstract member InitIDs : unit -> unit
Protected MustOverride Sub InitIDs ()

Remarks

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The InitIDs method is abstract.

Applies to