WCF-Xtensions Class Reference for Mono
ParametrizedConstructor Property






Gets or sets the parametrized constructor used to create the object.
Syntax
public System.Reflection.ConstructorInfo ParametrizedConstructor {get; set;}
public read-write property ParametrizedConstructor: System.Reflection.ConstructorInfo; 
public function get,set ParametrizedConstructor : System.Reflection.ConstructorInfo
public: __property System.Reflection.ConstructorInfo* get_ParametrizedConstructor();
public: __property void set_ParametrizedConstructor( 
   System.Reflection.ConstructorInfo* value
);
public:
property System.Reflection.ConstructorInfo^ ParametrizedConstructor {
   System.Reflection.ConstructorInfo^ get();
   void set (    System.Reflection.ConstructorInfo^ value);
}
'Declaration
 
Public Property ParametrizedConstructor As System.Reflection.ConstructorInfo
 
'Usage
 
Dim instance As JsonObjectContract
Dim value As System.Reflection.ConstructorInfo
 
instance.ParametrizedConstructor = value
 
value = instance.ParametrizedConstructor

Property Value

The parametrized constructor.
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

JsonObjectContract Class
JsonObjectContract Members

Send Feedback