LockableObservableListWrapper Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Per uso interno della piattaforma 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>
- Ereditarietà
-
System.ObjectLockableObservableListWrapper
- Attributi
-
System.ComponentModel.EditorBrowsableAttribute
- Implementazioni
-
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
Costruttori
LockableObservableListWrapper() |
Per uso interno della piattaforma Xamarin.Forms. |
Campi
_list |
Per uso interno della piattaforma Xamarin.Forms. |
Proprietà
Count |
Per uso interno della piattaforma Xamarin.Forms. |
IsLocked |
Per uso interno della piattaforma Xamarin.Forms. |
IsReadOnly |
Per uso interno della piattaforma Xamarin.Forms. |
Item[Int32] |
Per uso interno della piattaforma Xamarin.Forms. |
Metodi
Add(String) |
Per uso interno della piattaforma Xamarin.Forms. |
Clear() |
Per uso interno della piattaforma Xamarin.Forms. |
Contains(String) |
Per uso interno della piattaforma Xamarin.Forms. |
CopyTo(String[], Int32) |
Per uso interno della piattaforma Xamarin.Forms. |
GetEnumerator() |
Per uso interno della piattaforma Xamarin.Forms. |
IndexOf(String) |
Per uso interno della piattaforma Xamarin.Forms. |
Insert(Int32, String) |
Per uso interno della piattaforma Xamarin.Forms. |
InternalAdd(String) |
Per uso interno della piattaforma Xamarin.Forms. |
InternalClear() |
Per uso interno della piattaforma Xamarin.Forms. |
InternalInsert(Int32, String) |
Per uso interno della piattaforma Xamarin.Forms. |
InternalRemove(String) |
Per uso interno della piattaforma Xamarin.Forms. |
InternalRemoveAt(Int32) |
Per uso interno della piattaforma Xamarin.Forms. |
Remove(String) |
Per uso interno della piattaforma Xamarin.Forms. |
RemoveAt(Int32) |
Per uso interno della piattaforma Xamarin.Forms. |
Implementazioni dell'interfaccia esplicita
IEnumerable.GetEnumerator() |
Per uso interno della piattaforma Xamarin.Forms. |
INotifyCollectionChanged.CollectionChanged |
Per uso interno della piattaforma Xamarin.Forms. |
INotifyPropertyChanged.PropertyChanged |
Per uso interno della piattaforma Xamarin.Forms. |
Metodi di estensione
ForEach<T>(IEnumerable<T>, Action<T>) |
Per uso interno della piattaforma Xamarin.Forms. |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Per uso interno della piattaforma Xamarin.Forms. |
IndexOf<T>(IEnumerable<T>, T) |
Per uso interno della piattaforma Xamarin.Forms. |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Per uso interno della piattaforma Xamarin.Forms. |
Prepend<T>(IEnumerable<T>, T) |
Per uso interno della piattaforma Xamarin.Forms. |