C# Class System.CodeDom.CodeCommentStatementCollection

Inheritance: System.Collections.CollectionBase
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( CodeCommentStatement value ) : int
AddRange ( CodeCommentStatement value ) : void
AddRange ( CodeCommentStatementCollection value ) : void
CodeCommentStatementCollection ( ) : System
CodeCommentStatementCollection ( CodeCommentStatement value ) : System
CodeCommentStatementCollection ( CodeCommentStatementCollection value ) : System
Contains ( CodeCommentStatement value ) : bool
CopyTo ( CodeCommentStatement array, int index ) : void
IndexOf ( CodeCommentStatement value ) : int
Insert ( int index, CodeCommentStatement value ) : void
Remove ( CodeCommentStatement value ) : void
this ( int index ) : CodeCommentStatement

Method Details

Add() public method

public Add ( CodeCommentStatement value ) : int
value CodeCommentStatement
return int

AddRange() public method

public AddRange ( CodeCommentStatement value ) : void
value CodeCommentStatement
return void

AddRange() public method

public AddRange ( CodeCommentStatementCollection value ) : void
value CodeCommentStatementCollection
return void

CodeCommentStatementCollection() public method

public CodeCommentStatementCollection ( ) : System
return System

CodeCommentStatementCollection() public method

public CodeCommentStatementCollection ( CodeCommentStatement value ) : System
value CodeCommentStatement
return System

CodeCommentStatementCollection() public method

public CodeCommentStatementCollection ( CodeCommentStatementCollection value ) : System
value CodeCommentStatementCollection
return System

Contains() public method

public Contains ( CodeCommentStatement value ) : bool
value CodeCommentStatement
return bool

CopyTo() public method

public CopyTo ( CodeCommentStatement array, int index ) : void
array CodeCommentStatement
index int
return void

IndexOf() public method

public IndexOf ( CodeCommentStatement value ) : int
value CodeCommentStatement
return int

Insert() public method

public Insert ( int index, CodeCommentStatement value ) : void
index int
value CodeCommentStatement
return void

Remove() public method

public Remove ( CodeCommentStatement value ) : void
value CodeCommentStatement
return void

this() public method

public this ( int index ) : CodeCommentStatement
index int
return CodeCommentStatement