Namespace:
NHibernate.DebugHelpers
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Items As KeyValuePair(Of K, V)() |
C# |
---|
public KeyValuePair<K, V>[] Items { get; } |
Visual C++ |
---|
public: property array<KeyValuePair<K, V>>^ Items { array<KeyValuePair<K, V>>^ get (); } |
JavaScript |
---|
function get_items(); |