NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeStatementCollection.Add

Adds the specified CodeStatement to the collection.

[Visual Basic]
Public Sub Add( _
   ByVal value As CodeStatement _
)
[C#]
public void Add(
   CodeStatement value
);
[C++]
public: void Add(
   CodeStatement* value
);
[JScript]
public function Add(
   value : CodeStatement
);

Parameters

value
[To be supplied.]

See Also

CodeStatementCollection Class | CodeStatementCollection Members | System.CodeDOM Namespace | CodeStatement