C# Class System.CodeDom.Compiler.CompilerErrorCollection

Inheritance: System.Collections.CollectionBase
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Method Details

Add() public method

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

AddRange() public method

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

AddRange() public method

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

CompilerErrorCollection() public method

public CompilerErrorCollection ( ) : System
return System

CompilerErrorCollection() public method

public CompilerErrorCollection ( CompilerError value ) : System
value CompilerError
return System

CompilerErrorCollection() public method

public CompilerErrorCollection ( CompilerErrorCollection value ) : System
value CompilerErrorCollection
return System

Contains() public method

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

CopyTo() public method

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

IndexOf() public method

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

Insert() public method

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

Remove() public method

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

this() public method

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