DataPackagePropertySetView Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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>>
- Devralma
-
System.ObjectDataPackagePropertySetView
- Uygulamalar
-
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey,TValue>> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object> System.Collections.IEnumerable
Oluşturucular
DataPackagePropertySetView(DataPackagePropertySet) |
Alanlar
_dataPackagePropertySet |
Özellikler
Count | |
Item[String] | |
Keys | |
Values |
Yöntemler
ContainsKey(String) | |
GetEnumerator() | |
TryGetValue(String, Object) |
Belirtik Arabirim Kullanımları
IEnumerable.GetEnumerator() |
Uzantı Metotları
ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin tarafından dahili kullanım için. Forms platform. |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin tarafından dahili kullanım için. Forms platform. |
IndexOf<T>(IEnumerable<T>, T) |
Xamarin tarafından dahili kullanım için. Forms platform. |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin tarafından dahili kullanım için. Forms platform. |
Prepend<T>(IEnumerable<T>, T) |
Xamarin tarafından dahili kullanım için. Forms platform. |