WCF-Xtensions Class Reference for Mono
CollectionItemType Property






Gets the System.Type of the collection items.
Syntax
'Declaration
 
Public ReadOnly Property CollectionItemType As System.Type
'Usage
 
Dim instance As JsonArrayContract
Dim value As System.Type
 
value = instance.CollectionItemType
public System.Type CollectionItemType {get;}
public read-only property CollectionItemType: System.Type; 
public function get CollectionItemType : System.Type
public: __property System.Type* get_CollectionItemType();
public:
property System.Type^ CollectionItemType {
   System.Type^ get();
}

Property Value

The System.Type of the collection items.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonArrayContract Class
JsonArrayContract Members

Send Feedback