ResourceDictionary.Item[String] Property

Definition

Retrieves the Object value associated with the key index.

public object this[string index] { get; set; }
member this.Item(string) : obj with get, set

Parameters

index
String

The identifier of the desired object.

Property Value

Implements

Applies to