PartialDictionary<'TKey, 'TBaseValue, 'TDerivValue> Type

Constructors

Constructor Description

PartialDictionary(parent)

Full Usage: PartialDictionary(parent)

Parameters:

parent : IDictionary<'TKey, 'TBaseValue>

Instance members

Instance member Description

this.Add

Full Usage: this.Add

Parameters:
Modifiers: abstract

item : KeyValuePair<'TKey, 'TDerivValue>

this.Add

Full Usage: this.Add

Parameters:
    key : 'TKey
    value : 'TDerivValue

Modifiers: abstract

key : 'TKey
value : 'TDerivValue

this.Clear

Full Usage: this.Clear

Modifiers: abstract

this.Contains

Full Usage: this.Contains

Parameters:
Returns: bool
Modifiers: abstract

item : KeyValuePair<'TKey, 'TDerivValue>
Returns: bool

this.ContainsKey

Full Usage: this.ContainsKey

Parameters:
    key : 'TKey

Returns: bool
Modifiers: abstract

key : 'TKey
Returns: bool

this.CopyTo

Full Usage: this.CopyTo

Parameters:
    array : KeyValuePair<'TKey, 'TDerivValue>[]
    arrayIndex : int

Modifiers: abstract

array : KeyValuePair<'TKey, 'TDerivValue>[]
arrayIndex : int

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract

Returns: int

this.IsReadOnly

Full Usage: this.IsReadOnly

Returns: bool
Modifiers: abstract

Returns: bool

this.[arg1]

Full Usage: this.[arg1]

Returns: 'TKey
Modifiers: abstract

Returns: 'TKey

this.Keys

Full Usage: this.Keys

Returns: ICollection<'TKey>
Modifiers: abstract

Returns: ICollection<'TKey>

this.Remove

Full Usage: this.Remove

Parameters:
Returns: bool
Modifiers: abstract

item : KeyValuePair<'TKey, 'TDerivValue>
Returns: bool

this.Remove

Full Usage: this.Remove

Parameters:
    key : 'TKey

Returns: bool
Modifiers: abstract

key : 'TKey
Returns: bool

this.TryGetValue

Full Usage: this.TryGetValue

Parameters:
    key : 'TKey
    value : byref<'TDerivValue>

Returns: bool
Modifiers: abstract

key : 'TKey
value : byref<'TDerivValue>
Returns: bool

this.Values

Full Usage: this.Values

Returns: ICollection<'TDerivValue>
Modifiers: abstract

Returns: ICollection<'TDerivValue>