C# Class System.CodeDom.CodeAttributeArgumentCollection

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

Public Methods

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

Method Details

Add() public method

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

AddRange() public method

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

AddRange() public method

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

CodeAttributeArgumentCollection() public method

public CodeAttributeArgumentCollection ( ) : System
return System

CodeAttributeArgumentCollection() public method

public CodeAttributeArgumentCollection ( CodeAttributeArgument value ) : System
value CodeAttributeArgument
return System

CodeAttributeArgumentCollection() public method

public CodeAttributeArgumentCollection ( CodeAttributeArgumentCollection value ) : System
value CodeAttributeArgumentCollection
return System

Contains() public method

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

CopyTo() public method

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

IndexOf() public method

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

Insert() public method

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

Remove() public method

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

this() public method

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