CodeCommentStatementCollection Constructor (CodeCommentStatementCollection^)

 

Initializes a new instance of the CodeCommentStatementCollection class containing the elements of the specified source collection.

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

public:
CodeCommentStatementCollection(
	CodeCommentStatementCollection^ value
)

Parameters

value
Type: System.CodeDom::CodeCommentStatementCollection^

A CodeCommentStatementCollection with which to initialize the collection.

Exception Condition
ArgumentNullException

value is null.

.NET Framework
Available since 1.1
Return to top
Show: