Skip to content
SiteEmail

cohtml.Net.ValueObject

Class for compound JavaScript objects, behaves like a Dictionary type string, value class Value

Inherits from IDictionary< string, Value >, IDictionary

Name
ValueObject()
ValueObject(Dictionary< string, Value > properties)
voidAdd(string key, Value value)
boolContainsKey(string key)
boolRemove(string key)
boolTryGetValue(string key, out Value value)
voidAdd(KeyValuePair< string, Value > item)
voidClear()
boolContains(KeyValuePair< string, Value > item)
boolRemove(KeyValuePair< string, Value > item)
IEnumerator< KeyValuePair< string, Value > >GetEnumerator()
voidAdd(object key, object value)
boolContains(object key)
voidRemove(object key)
voidCopyTo(Array array, int index)
Name
ICollection< string >Keys
ICollection< Value >Values
Valuethis[string key]
intCount
boolIsReadOnly
boolIsFixedSize
objectthis[object key]
boolIsSynchronized
objectSyncRoot
ValueObject()
ValueObject(
Dictionary< string, Value > properties
)
void Add(
string key,
Value value
)
bool ContainsKey(
string key
)
bool Remove(
string key
)
bool TryGetValue(
string key,
out Value value
)
void Add(
KeyValuePair< string, Value > item
)
void Clear()
bool Contains(
KeyValuePair< string, Value > item
)
bool Remove(
KeyValuePair< string, Value > item
)
IEnumerator< KeyValuePair< string, Value > > GetEnumerator()
void Add(
object key,
object value
)
bool Contains(
object key
)
void Remove(
object key
)
void CopyTo(
Array array,
int index
)
ICollection< string > Keys;
ICollection< Value > Values;
Value this[string key];
int Count;
bool IsReadOnly;
bool IsFixedSize;
object this[object key];
bool IsSynchronized;
object SyncRoot;