[Missing <summary> documentation for "P:NHibernate.DebugHelpers.CollectionProxy`1.Items"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public T[] Items { get; } |
Visual Basic |
---|
Public ReadOnly Property Items As T() Get |
Visual C++ |
---|
public: property array<T>^ Items { array<T>^ get (); } |