LockableObservableListWrapper Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
[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>
- Dziedziczenie
-
System.ObjectLockableObservableListWrapper
- Atrybuty
-
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() |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
Pola
| _list |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
Właściwości
| Count |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IsLocked |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IsReadOnly |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Item[Int32] |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
Metody
| Add(String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Clear() |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Contains(String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| CopyTo(String[], Int32) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| GetEnumerator() |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IndexOf(String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Insert(Int32, String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| InternalAdd(String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| InternalClear() |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| InternalInsert(Int32, String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| InternalRemove(String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| InternalRemoveAt(Int32) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Remove(String) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| RemoveAt(Int32) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
Jawne implementacje interfejsu
| IEnumerable.GetEnumerator() |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| INotifyCollectionChanged.CollectionChanged |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| INotifyPropertyChanged.PropertyChanged |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
Metody rozszerzania
| ForEach<T>(IEnumerable<T>, Action<T>) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IndexOf<T>(IEnumerable<T>, T) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Prepend<T>(IEnumerable<T>, T) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |