Interface IKavenCollection<T>
Properties
Count
Count: number
Methods
Add
- Add(key: string, value: T): boolean
ContainsKey
- ContainsKey(key: string): boolean
GetValue
- GetValue(key: string, defaultValue?: T): undefined | T
-
Parameters
-
key: string
-
Optional
defaultValue: T
Returns undefined | T