C# 클래스 System.CodeDom.CodeNamespaceImportCollection

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

Private Properties

프로퍼티 타입 설명
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
SyncKeys void
this objectIList.System.Diagnostics

공개 메소드들

메소드 설명
Add ( CodeNamespaceImport value ) : void
AddRange ( CodeNamespaceImport value ) : void
Clear ( ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : CodeNamespaceImport

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
IList ( object value ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
SyncKeys ( ) : void
this ( int index ) : objectIList.System.Diagnostics

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

this() 공개 메소드

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