CodeCommentStatementCollection 构造函数

定义

初始化 CodeCommentStatementCollection 类的新实例。

重载

CodeCommentStatementCollection()

初始化 CodeCommentStatementCollection 类的新实例。

CodeCommentStatementCollection(CodeCommentStatement[])

初始化 CodeCommentStatementCollection 类的新实例,该实例包含指定的 CodeCommentStatement 对象数组。

CodeCommentStatementCollection(CodeCommentStatementCollection)

初始化 CodeCommentStatementCollection 类的新实例,该实例包含指定源集合的元素。

CodeCommentStatementCollection()

Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs

初始化 CodeCommentStatementCollection 类的新实例。

public:
 CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()

适用于

CodeCommentStatementCollection(CodeCommentStatement[])

Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs

初始化 CodeCommentStatementCollection 类的新实例,该实例包含指定的 CodeCommentStatement 对象数组。

public:
 CodeCommentStatementCollection(cli::array <System::CodeDom::CodeCommentStatement ^> ^ value);
public CodeCommentStatementCollection (System.CodeDom.CodeCommentStatement[] value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatement[] -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatement())

参数

value
CodeCommentStatement[]

用于初始化该集合的 CodeCommentStatement 对象数组。

例外

数组中的一个或多个对象为 null

适用于

CodeCommentStatementCollection(CodeCommentStatementCollection)

Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs
Source:
CodeCommentStatementCollection.cs

初始化 CodeCommentStatementCollection 类的新实例,该实例包含指定源集合的元素。

public:
 CodeCommentStatementCollection(System::CodeDom::CodeCommentStatementCollection ^ value);
public CodeCommentStatementCollection (System.CodeDom.CodeCommentStatementCollection value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatementCollection -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatementCollection)

参数

例外

valuenull

适用于