C# Class System.CodeDom.CodeNamespaceImportCollection

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

Private Properties

Property Type Description
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
SyncKeys void
this objectIList.System.Diagnostics

Public Methods

Method Description
Add ( CodeNamespaceImport value ) : void
AddRange ( CodeNamespaceImport value ) : void
Clear ( ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : CodeNamespaceImport

Private Methods

Method Description
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

Method Details

Add() public method

public Add ( CodeNamespaceImport value ) : void
value CodeNamespaceImport
return void

AddRange() public method

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

Clear() public method

public Clear ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

this() public method

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