C# Class System.CodeDom.CodeNamespaceImportCollection

Inheritance: System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ICollection void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
SyncKeys void
this objectIList.System.Diagnostics

Méthodes publiques

Méthode Description
Add ( CodeNamespaceImport value ) : void
AddRange ( CodeNamespaceImport value ) : void
Clear ( ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : CodeNamespaceImport

Private Methods

Méthode 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 méthode

public Add ( CodeNamespaceImport value ) : void
value CodeNamespaceImport
Résultat void

AddRange() public méthode

public AddRange ( CodeNamespaceImport value ) : void
value CodeNamespaceImport
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

this() public méthode

public this ( int index ) : CodeNamespaceImport
index int
Résultat CodeNamespaceImport