ExtraDataDictionary.Item[] 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.
Overloads
| Name | Description |
|---|---|
| Item[ReadOnlySpan<Byte>] | |
| Item[String] |
Item[ReadOnlySpan<Byte>]
- Source:
- ExtraDataDictionary.cs
public BinaryData this[ReadOnlySpan<byte> key] { get; set; }
member this.Item(ReadOnlySpan<byte>) : BinaryData with get, set
Default Public Property Item(key As ReadOnlySpan(Of Byte)) As BinaryData
Parameters
- key
- ReadOnlySpan<Byte>
Property Value
Applies to
Item[String]
- Source:
- ExtraDataDictionary.cs
public BinaryData this[string key] { get; set; }
member this.Item(string) : BinaryData with get, set
Default Public Property Item(key As String) As BinaryData
Parameters
- key
- String