OrderedHashtable.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value associated with the specified key.
public override object? this[object key] { get; set; }
[System.Runtime.CompilerServices.Nullable(2)]
public override object? this[object key] { get; set; }
member this.Item(obj) : obj with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.Item(obj) : obj with get, set
Default Public Overrides Property Item(key As Object) As Object
Parameters
- key
- Object
The key.
Property Value
The value associated with the key.
- Attributes