'Declaration
Protected _BuyerCol As XmlObjectCollection(Of Buyer)
'Usage
Dim instance As CustomsInformation Dim value As XmlObjectCollection(Of Buyer) value = instance._BuyerCol instance._BuyerCol = value
protected XmlObjectCollection<Buyer> _BuyerCol
protected: XmlObjectCollection<Buyer^>^ _BuyerCol