C# Class TouchRemote.Core.Dacp.MultiValueTag

Inheritance: IDictionary
Afficher le fichier Open project: pieceofsummer/TouchRemote 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
MultiValueTag ( ) : System
Remove ( object key ) : void
this ( object key ) : object

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
ValidateKey ( object key ) : void

Method Details

Add() public méthode

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

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

MultiValueTag() public méthode

public MultiValueTag ( ) : System
Résultat System

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