| Name | Description |
---|
| TryRegisterList(TList, ItemDefinitionLevel, TList) |
Try to register the provided list.
|
| TryRegisterList(IXmlDeserializationInfo, TList, ItemDefinitionLevel, TList) |
Try to register the provided list. This function is intended to be used during deserialization. It keeps track of when a list was renamed, and stores
this information in the deserialization info to be used by the members of the list during deserialization.
|
| TryRegisterList(String, IEnumerableTItem, ItemDefinitionLevel, FuncString, IEnumerableTItem, TList, TList) |
Try to register the provided list.
|