C# Class System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties

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

Méthodes publiques

Méthode Description
Add ( Object key, Object value ) : void
Clear ( ) : void
Contains ( Object key ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( Object key ) : void
this ( Object key ) : Object

Méthodes protégées

Méthode Description
BaseChannelObjectWithProperties ( ) : System.Collections

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( Object key, Object value ) : void
key Object
value Object
Résultat void

BaseChannelObjectWithProperties() protected méthode

protected BaseChannelObjectWithProperties ( ) : System.Collections
Résultat System.Collections

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Object key ) : bool
key Object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

Remove() public méthode

public Remove ( Object key ) : void
key Object
Résultat void

this() public méthode

public this ( Object key ) : Object
key Object
Résultat Object