C# Class Z.Expressions.ListDictionary

Inheritance: IDictionary
Show file Open project: zzzprojects/Eval-SQL.NET Class Usage Examples

Public Properties

Property Type Description
LockValue int

Public Methods

Method 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

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( object key, object value ) : void
key object
value object
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object key ) : bool
key object
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

ListDictionary() public method

public ListDictionary ( ) : System
return System

ListDictionary() public method

public ListDictionary ( IComparer comparer ) : System
comparer IComparer
return System

Remove() public method

public Remove ( object key ) : void
key object
return void

TryGetValue() public method

public TryGetValue ( object key, object &value ) : bool
key object
value object
return bool

this() public method

public this ( object key ) : object
key object
return object

Property Details

LockValue public property

The lock value.
public int LockValue
return int