Dynamicweb 9
Dynamicweb 9
Dynamicweb.Core
TwoDimensionalDictionary(TLevel0, TLevel1, TKey, TValue) Class
TwoDimensionalDictionary(TLevel0, TLevel1, TKey, TValue) Properties
Count Property
IsReadOnly Property
Item Property
Keys Property
Values Property
TwoDimensionalDictionary
TLevel0
,
TLevel1
,
TKey
,
TValue
Keys Property
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
C#
VB
Copy
public
ICollection
<TKey>
Keys
{
get
; }
Public
ReadOnly
Property
Keys
As
ICollection
(
Of
TKey)
Get
Property Value
Type:
ICollection
TKey
Implements
IDictionary
TKey, TValue
Keys
See Also
Reference
TwoDimensionalDictionary
TLevel0, TLevel1, TKey, TValue
Class
Dynamicweb.Core Namespace