Méthode | Description | |
---|---|---|
AddRange ( |
Adds the items of a NamespaceImportCollection to the end of the collection.
|
|
Contains ( |
Determines whether a NamespaceImport is in the collection.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the collection.
|
|
IndexOf ( |
Gets the location of a NamespaceImport in the collection. If the NamespaceImport is not currently a member of the collection, -1 is returned. |
|
Insert ( int index, |
Inserts a NamespaceImport into the collection at the specified index.
|
|
Remove ( |
Removes the specified NamespaceImport from the collection.
|
|
ToString ( ) : string |
Returns a comma-delimited list of namespace imports. Each namespace import is quoted individually. |
Méthode | Description | |
---|---|---|
Add ( |
||
IList ( object value ) : bool |
Determines whether a NamespaceImport is in the collection.
|
|
IList ( object value ) : int |
Adds a NamespaceImport to the end of the collection.
|
|
IList ( int index, object value ) : void |
Inserts a NamespaceImport into the collection at the specified index.
|
|
IList ( object value ) : void |
Removes the specified NamespaceImport from the collection.
|
|
this ( int index ) : |
||
this ( string value ) : |
||
this ( int index ) : objectIList.System |
Gets or sets the item at the specified index.
|
public AddRange ( |
||
items | The |
|
Résultat | void |
public Contains ( |
||
value | The |
|
Résultat | bool |
public GetEnumerator ( ) : |
||
Résultat |
public IndexOf ( |
||
value | The |
|
Résultat | int |
public Insert ( int index, |
||
index | int | The zero-based index at which |
value | The |
|
Résultat | void |
public Remove ( |
||
value | The |
|
Résultat | void |