[This is preliminary documentation and is subject to change.]
Provides a thread-safe dictionary of items. The underlying collection is lazily allocated
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public ConcurrentDictionary<Object, Object> Items { get; }
public ConcurrentDictionary<Object, Object> Items { get; }
Public ReadOnly Property Items As ConcurrentDictionary(Of Object, Object)
Get
Public ReadOnly Property Items As ConcurrentDictionary(Of Object, Object)
Get
public:
property ConcurrentDictionary<Object^, Object^>^ Items {
ConcurrentDictionary<Object^, Object^>^ get ();
}
public:
property ConcurrentDictionary<Object^, Object^>^ Items {
ConcurrentDictionary<Object^, Object^>^ get ();
}
member Items : ConcurrentDictionary<Object, Object> with get
member Items : ConcurrentDictionary<Object, Object> with get
Property Value
Type:
ConcurrentDictionary
Object,
Object