LockableObservableListWrapper Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Pour un usage interne par la plateforme Xamarin.Forms.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class LockableObservableListWrapper : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>, System.Collections.Generic.IReadOnlyCollection<string>, System.Collections.Generic.IReadOnlyList<string>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
type LockableObservableListWrapper = class
interface IList<string>
interface ICollection<string>
interface seq<string>
interface IEnumerable
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface IReadOnlyList<string>
interface IReadOnlyCollection<string>
- Héritage
-
System.ObjectLockableObservableListWrapper
- Attributs
-
System.ComponentModel.EditorBrowsableAttribute
- Implémente
-
System.Collections.Generic.ICollection<System.String> System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<System.String> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<System.String> System.Collections.Generic.IReadOnlyCollection<System.String> System.Collections.Generic.IReadOnlyCollection<T> System.Collections.Generic.IReadOnlyList<System.String> System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged System.ComponentModel.INotifyPropertyChanged
Constructeurs
| LockableObservableListWrapper() |
Pour un usage interne par la plateforme Xamarin.Forms. |
Champs
| _list |
Pour un usage interne par la plateforme Xamarin.Forms. |
Propriétés
| Count |
Pour un usage interne par la plateforme Xamarin.Forms. |
| IsLocked |
Pour un usage interne par la plateforme Xamarin.Forms. |
| IsReadOnly |
Pour un usage interne par la plateforme Xamarin.Forms. |
| Item[Int32] |
Pour un usage interne par la plateforme Xamarin.Forms. |
Méthodes
| Add(String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| Clear() |
Pour un usage interne par la plateforme Xamarin.Forms. |
| Contains(String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| CopyTo(String[], Int32) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| GetEnumerator() |
Pour un usage interne par la plateforme Xamarin.Forms. |
| IndexOf(String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| Insert(Int32, String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| InternalAdd(String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| InternalClear() |
Pour un usage interne par la plateforme Xamarin.Forms. |
| InternalInsert(Int32, String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| InternalRemove(String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| InternalRemoveAt(Int32) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| Remove(String) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| RemoveAt(Int32) |
Pour un usage interne par la plateforme Xamarin.Forms. |
Implémentations d’interfaces explicites
| IEnumerable.GetEnumerator() |
Pour un usage interne par la plateforme Xamarin.Forms. |
| INotifyCollectionChanged.CollectionChanged |
Pour un usage interne par la plateforme Xamarin.Forms. |
| INotifyPropertyChanged.PropertyChanged |
Pour un usage interne par la plateforme Xamarin.Forms. |
Méthodes d’extension
| ForEach<T>(IEnumerable<T>, Action<T>) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| IndexOf<T>(IEnumerable<T>, T) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Pour un usage interne par la plateforme Xamarin.Forms. |
| Prepend<T>(IEnumerable<T>, T) |
Pour un usage interne par la plateforme Xamarin.Forms. |