WCF-Xtensions Class Reference for .NET
Add Method (JsonPropertyCollection)






Syntax
[__DynamicallyInvokable()]
public void Add( 
   JsonProperty item
)
public procedure Add( 
    item: JsonProperty
); 
__DynamicallyInvokableAttribute()
public function Add( 
   item : JsonProperty
);
[__DynamicallyInvokable()]
public: void Add( 
   JsonProperty* item
) 
[__DynamicallyInvokable()]
public:
void Add( 
   JsonProperty^ item
) 
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Sub Add( _
   ByVal item As JsonProperty _
) 
 
'Usage
 
Dim instance As JsonPropertyCollection
Dim item As JsonProperty
 
instance.Add(item)

Parameters

item
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

JsonPropertyCollection Class
JsonPropertyCollection Members

Send Feedback