C# 클래스 System.CodeDom.CodeTypeParameterCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( CodeTypeParameter value ) : int
Add ( string value ) : void
AddRange ( CodeTypeParameter value ) : void
AddRange ( CodeTypeParameterCollection value ) : void
CodeTypeParameterCollection ( ) : System
CodeTypeParameterCollection ( CodeTypeParameter value ) : System
CodeTypeParameterCollection ( CodeTypeParameterCollection value ) : System
Contains ( CodeTypeParameter value ) : bool
CopyTo ( CodeTypeParameter array, int index ) : void
IndexOf ( CodeTypeParameter value ) : int
Insert ( int index, CodeTypeParameter value ) : void
Remove ( CodeTypeParameter value ) : void
this ( int index ) : CodeTypeParameter

메소드 상세

Add() 공개 메소드

public Add ( CodeTypeParameter value ) : int
value CodeTypeParameter
리턴 int

Add() 공개 메소드

public Add ( string value ) : void
value string
리턴 void

AddRange() 공개 메소드

public AddRange ( CodeTypeParameter value ) : void
value CodeTypeParameter
리턴 void

AddRange() 공개 메소드

public AddRange ( CodeTypeParameterCollection value ) : void
value CodeTypeParameterCollection
리턴 void

CodeTypeParameterCollection() 공개 메소드

public CodeTypeParameterCollection ( ) : System
리턴 System

CodeTypeParameterCollection() 공개 메소드

public CodeTypeParameterCollection ( CodeTypeParameter value ) : System
value CodeTypeParameter
리턴 System

CodeTypeParameterCollection() 공개 메소드

public CodeTypeParameterCollection ( CodeTypeParameterCollection value ) : System
value CodeTypeParameterCollection
리턴 System

Contains() 공개 메소드

public Contains ( CodeTypeParameter value ) : bool
value CodeTypeParameter
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( CodeTypeParameter array, int index ) : void
array CodeTypeParameter
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( CodeTypeParameter value ) : int
value CodeTypeParameter
리턴 int

Insert() 공개 메소드

public Insert ( int index, CodeTypeParameter value ) : void
index int
value CodeTypeParameter
리턴 void

Remove() 공개 메소드

public Remove ( CodeTypeParameter value ) : void
value CodeTypeParameter
리턴 void

this() 공개 메소드

public this ( int index ) : CodeTypeParameter
index int
리턴 CodeTypeParameter