EyeshotDisposableDictionary<T>.Item Property

Gets or sets the object at the specified index.
Public Overridable Shadows Property Item( _ 
ByVal name As String
) As T
This language is not supported or no code example is available.
new public virtual T this[ 
string name 
] {get; set;}
This language is not supported or no code example is available.

Parameters

name
string

The name of the object to get or set

Property Value

T

The object at the specified index

.NET Framework

Supported in: 4.8

In this article

Definition