Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<TValue>) |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. (Inherited from System.Collections.Generic.ICollection<TValue>) |
![]() | Item | Get a value by the index key name. Returns NULL if not found. |
![]() | Keys | Collection of keys for lookup |
![]() | Values | Values returned by the lookup operation |