IResourceDictionary Interface
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.
For internal use by the Xamarin.Forms platform.
[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
- Derived
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
- Implements
-
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.IEnumerable
Methods
TryGetValue(String, Object) |
For internal use by the Xamarin.Forms platform. |
Events
ValuesChanged |
For internal use by the Xamarin.Forms platform. |
Extension Methods
ForEach<T>(IEnumerable<T>, Action<T>) |
For internal use by the Xamarin.Forms platform. |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
For internal use by the Xamarin.Forms platform. |
IndexOf<T>(IEnumerable<T>, T) |
For internal use by the Xamarin.Forms platform. |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
For internal use by the Xamarin.Forms platform. |
Prepend<T>(IEnumerable<T>, T) |
For internal use by the Xamarin.Forms platform. |