Initializes a new instance of the XmlCollectionAttribute class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public XmlCollectionAttribute(
	string collectionElementName,
	string itemElementName,
	Type itemType
)
Visual Basic (Declaration)
Public Sub New ( _
	collectionElementName As String, _
	itemElementName As String, _
	itemType As Type _
)
Visual C++
public:
XmlCollectionAttribute(
	String^ collectionElementName, 
	String^ itemElementName, 
	Type^ itemType
)

Parameters

collectionElementName
Type: System..::.String

[Missing <param name="collectionElementName"/> documentation for "M:Bespoke.Common.XmlCollectionAttribute.#ctor(System.String,System.String,System.Type)"]

itemElementName
Type: System..::.String

[Missing <param name="itemElementName"/> documentation for "M:Bespoke.Common.XmlCollectionAttribute.#ctor(System.String,System.String,System.Type)"]

itemType
Type: System..::.Type

[Missing <param name="itemType"/> documentation for "M:Bespoke.Common.XmlCollectionAttribute.#ctor(System.String,System.String,System.Type)"]

See Also