MemoryCacheSettingsCollection::Item Property (Int32)
.NET Framework (current version)
Gets the MemoryCacheElement item that has the specified index.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
public: property MemoryCacheElement^ default[ int index ] { MemoryCacheElement^ get(int index); void set(int index, MemoryCacheElement^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item in the collection.
Property Value
Type: System.Runtime.Caching.Configuration::MemoryCacheElement^The element at the specified index.
.NET Framework
Available since 4.0
Available since 4.0
Show: