Class NamedTagsDictionary
Inheritance
System.Object
NamedTagsDictionary
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
public class NamedTagsDictionary
Declaration
public NamedTagsDictionary()
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public void Add(string key, bool value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Boolean |
value |
|
Declaration
public void Add(string key, char value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Char |
value |
|
Declaration
public void Add(string key, DateTime value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.DateTime |
value |
|
Declaration
public void Add(string key, decimal value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Decimal |
value |
|
Declaration
public void Add(string key, double value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Double |
value |
|
Declaration
public void Add(string key, int value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Int32 |
value |
|
Declaration
public void Add(string key, long value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Int64 |
value |
|
Declaration
public void Add(string key, float value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Single |
value |
|
Declaration
public void Add(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
Declaration
public bool Contains(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Declaration
public void Remove(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|