XmlMapCollection Class
XmlMapCollection class
A collection of 
type XmlMapCollection struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| Get | Gets the xml map by the specific index. | 
| Add | Add a XmlMap by the url/path of a xml/xsd file. | 
| Clear | Removes all XmlMaps. | 
| GetCount |