[Missing <summary> documentation for "P:Bespoke.Common.XmlCollectionAttribute.ItemType"]

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

Syntax

C#
public Type ItemType { get; set; }
Visual Basic (Declaration)
Public Property ItemType As Type
Visual C++
public:
property Type^ ItemType {
	Type^ get ();
	void set (Type^ value);
}

See Also