DataPackagePropertySetView Klasse

Definition

public class DataPackagePropertySetView : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyDictionary<string,object>
type DataPackagePropertySetView = class
    interface IReadOnlyDictionary<string, obj>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
Vererbung
DataPackagePropertySetView
Implementiert

Konstruktoren

DataPackagePropertySetView(DataPackagePropertySet)

Felder

_dataPackagePropertySet

Eigenschaften

Count
Item[String]
Keys
Values

Methoden

ContainsKey(String)
GetEnumerator()
TryGetValue(String, Object)

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

Erweiterungsmethoden

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für: