Метод | Описание | |
---|---|---|
Add ( |
Adds the specified interceptor.
|
|
AddFirst ( |
Adds the the specified interceptor as the first.
|
|
AddLast ( |
Adds the the specified interceptor as the last.
|
|
CopyTo ( |
When implemented by a class, copies the elements of the T:System.Collections.ICollection to an T:System.Array, starting at a particular T:System.Array index.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that can iterate through a collection.
|
|
Insert ( int index, |
Inserts the specified interceptor at the specified index.
|
public Add ( |
||
interceptor | The interceptor. | |
Результат | void |
public AddFirst ( |
||
interceptor | The interceptor. | |
Результат | void |
public AddLast ( |
||
interceptor | The interceptor. | |
Результат | void |
public CopyTo ( |
||
array | The one-dimensional |
|
index | int | The zero-based index in |
Результат | void |
public Insert ( int index, |
||
index | int | The index. |
interceptor | The interceptor. | |
Результат | void |