LockableObservableListWrapper Třída

Definice

Pro interní použití v Xamarinu. Forms platformu.

[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>
Dědičnost
System.Object
LockableObservableListWrapper
Atributy
System.ComponentModel.EditorBrowsableAttribute
Implementuje
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

Konstruktory

LockableObservableListWrapper()

Pro interní použití v Xamarinu. Forms platformu.

Pole

_list

Pro interní použití v Xamarinu. Forms platformu.

Vlastnosti

Count

Pro interní použití v Xamarinu. Forms platformu.

IsLocked

Pro interní použití v Xamarinu. Forms platformu.

IsReadOnly

Pro interní použití v Xamarinu. Forms platformu.

Item[Int32]

Pro interní použití v Xamarinu. Forms platformu.

Metody

Add(String)

Pro interní použití v Xamarinu. Forms platformu.

Clear()

Pro interní použití v Xamarinu. Forms platformu.

Contains(String)

Pro interní použití v Xamarinu. Forms platformu.

CopyTo(String[], Int32)

Pro interní použití v Xamarinu. Forms platformu.

GetEnumerator()

Pro interní použití v Xamarinu. Forms platformu.

IndexOf(String)

Pro interní použití v Xamarinu. Forms platformu.

Insert(Int32, String)

Pro interní použití v Xamarinu. Forms platformu.

InternalAdd(String)

Pro interní použití v Xamarinu. Forms platformu.

InternalClear()

Pro interní použití v Xamarinu. Forms platformu.

InternalInsert(Int32, String)

Pro interní použití v Xamarinu. Forms platformu.

InternalRemove(String)

Pro interní použití v Xamarinu. Forms platformu.

InternalRemoveAt(Int32)

Pro interní použití v Xamarinu. Forms platformu.

Remove(String)

Pro interní použití v Xamarinu. Forms platformu.

RemoveAt(Int32)

Pro interní použití v Xamarinu. Forms platformu.

Explicitní implementace rozhraní

IEnumerable.GetEnumerator()

Pro interní použití v Xamarinu. Forms platformu.

INotifyCollectionChanged.CollectionChanged

Pro interní použití v Xamarinu. Forms platformu.

INotifyPropertyChanged.PropertyChanged

Pro interní použití v Xamarinu. Forms platformu.

Metody rozšíření

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

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

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

Pro interní použití v Xamarinu. Forms platformu.

Platí pro