Freigeben über


LockableObservableListWrapper Klasse

Definition

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

[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>
Vererbung
System.Object
LockableObservableListWrapper
Attribute
System.ComponentModel.EditorBrowsableAttribute
Implementiert
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

Konstruktoren

LockableObservableListWrapper()

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

Felder

_list

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

Eigenschaften

Count

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

IsLocked

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

IsReadOnly

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

Item[Int32]

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

Methoden

Add(String)

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

Clear()

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

Contains(String)

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

CopyTo(String[], Int32)

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

GetEnumerator()

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

IndexOf(String)

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

Insert(Int32, String)

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

InternalAdd(String)

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

InternalClear()

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

InternalInsert(Int32, String)

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

InternalRemove(String)

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

InternalRemoveAt(Int32)

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

Remove(String)

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

RemoveAt(Int32)

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

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

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

INotifyCollectionChanged.CollectionChanged

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

INotifyPropertyChanged.PropertyChanged

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

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: