CodeCommentStatementCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CodeCommentStatementCollection 类的新实例。
重载
CodeCommentStatementCollection()
初始化 CodeCommentStatementCollection 类的新实例。
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection();
Public Sub New ()
适用于
CodeCommentStatementCollection(CodeCommentStatement[])
初始化包含指定对象数组的CodeCommentStatementCollectionCodeCommentStatement类的新实例。
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)
初始化包含指定源集合的元素的类的新实例 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)
参数
用于初始化集合的 A CodeCommentStatementCollection 。
例外
value 是 null。