C# Class Z.Expressions.ListDictionary

Inheritance: IDictionary
Afficher le fichier Open project: zzzprojects/Eval-SQL.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
LockValue int

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
ListDictionary ( ) : System
ListDictionary ( IComparer comparer ) : System
Remove ( object key ) : void
TryGetValue ( object key, object &value ) : bool
this ( object key ) : object

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

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

ListDictionary() public méthode

public ListDictionary ( ) : System
Résultat System

ListDictionary() public méthode

public ListDictionary ( IComparer comparer ) : System
comparer IComparer
Résultat System

Remove() public méthode

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

TryGetValue() public méthode

public TryGetValue ( object key, object &value ) : bool
key object
value object
Résultat bool

this() public méthode

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

Property Details

LockValue public_oe property

The lock value.
public int LockValue
Résultat int