IResourceDictionary Interfejs

Definicja

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public interface IResourceDictionary : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type IResourceDictionary = interface
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Pochodne
Atrybuty
System.ComponentModel.EditorBrowsableAttribute
Implementuje
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.IEnumerable

Metody

TryGetValue(String, Object)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Zdarzenia

ValuesChanged

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Metody rozszerzania

ForEach<T>(IEnumerable<T>, Action<T>)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

IndexOf<T>(IEnumerable<T>, T)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

IndexOf<T>(IEnumerable<T>, Func<T,Boolean>)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Prepend<T>(IEnumerable<T>, T)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy