'Declaration
Public Function New( _ ByVal elementName As String, _ ByVal targetNamespace As String, _ ByVal minOccurs As Integer, _ ByVal maxOccurs As Integer, _ ByVal classFactoryType As Type, _ ByVal createObjectMethod As String _ )
'Usage
Dim elementName As String Dim targetNamespace As String Dim minOccurs As Integer Dim maxOccurs As Integer Dim classFactoryType As Type Dim createObjectMethod As String Dim instance As New XmlAbstractObjectCollection(Of T)(elementName, targetNamespace, minOccurs, maxOccurs, classFactoryType, createObjectMethod)
public XmlAbstractObjectCollection<T>( string elementName, string targetNamespace, int minOccurs, int maxOccurs, Type classFactoryType, string createObjectMethod )
public: XmlAbstractObjectCollection<T>( String^ elementName, String^ targetNamespace, int minOccurs, int maxOccurs, Type^ classFactoryType, String^ createObjectMethod )
Parameters
- elementName
- targetNamespace
- minOccurs
- maxOccurs
- classFactoryType
- createObjectMethod