CodeStatementCollection::Add Method (CodeExpression^)

 

Adds the specified CodeExpression object to the collection.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
int Add(
	CodeExpression^ value
)

Parameters

value
Type: System.CodeDom::CodeExpression^

The CodeExpression object to add.

Return Value

Type: System::Int32

The index at which the new element was inserted.

.NET Framework
Available since 1.1
Return to top
Show: