Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Item ( _ key As TKey _ ) As TValue |
C# |
---|
public TValue Item[ TKey key ] { get; set; } |
Visual C++ |
---|
public: virtual property TValue Item[TKey key] { TValue get (TKey key) sealed; void set (TKey key, TValue value) sealed; } |
JavaScript |
---|
function get_item(key); function set_item(value); |
Parameters
- key
- Type: TKey