CollectionDebugViewTItems Property
Gets the visible items in debugger view
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
public T[] Items { get; }
Public ReadOnly Property Items As T()
Get
public:
property array<T>^ Items {
array<T>^ get ();
}
member Items : 'T[] with get
Property Value
T