a general list model for export a collection of the clr object to a single xml file
XmlList
Type Parameters
| Name | Description |
|---|---|
T |
01 Syntax
Microsoft.VisualBasic.Text.Xml.Models.XmlList`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| op_Implicit | 1 | cast the scalar value to a list |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| TypeComment | 1 | ReadOnly, Data model type tracking use Xml Comment. |
| items | 1 |
04 Members
op_Implicit(
`0)cast the scalar value to a list
Parameters
| Name | Type | Description |
|---|---|---|
scalar | `0 | - |
TypeComment
ReadOnly, Data model type tracking use Xml Comment.
Remarks
JSON存储的时候,这个属性会被自动忽略掉
items