Share via


ExtraDataDictionary.Item[] Property

Definition

Overloads

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

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

Property Value

Implements

Applies to