共用方式為


LockableObservableListWrapper 類別

定義

供 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>
繼承
System.Object
LockableObservableListWrapper
屬性
System.ComponentModel.EditorBrowsableAttribute
實作
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

建構函式

LockableObservableListWrapper()

供 Xamarin.Forms 平台內部使用。

欄位

_list

供 Xamarin.Forms 平台內部使用。

屬性

Count

供 Xamarin.Forms 平台內部使用。

IsLocked

供 Xamarin.Forms 平台內部使用。

IsReadOnly

供 Xamarin.Forms 平台內部使用。

Item[Int32]

供 Xamarin.Forms 平台內部使用。

方法

Add(String)

供 Xamarin.Forms 平台內部使用。

Clear()

供 Xamarin.Forms 平台內部使用。

Contains(String)

供 Xamarin.Forms 平台內部使用。

CopyTo(String[], Int32)

供 Xamarin.Forms 平台內部使用。

GetEnumerator()

供 Xamarin.Forms 平台內部使用。

IndexOf(String)

供 Xamarin.Forms 平台內部使用。

Insert(Int32, String)

供 Xamarin.Forms 平台內部使用。

InternalAdd(String)

供 Xamarin.Forms 平台內部使用。

InternalClear()

供 Xamarin.Forms 平台內部使用。

InternalInsert(Int32, String)

供 Xamarin.Forms 平台內部使用。

InternalRemove(String)

供 Xamarin.Forms 平台內部使用。

InternalRemoveAt(Int32)

供 Xamarin.Forms 平台內部使用。

Remove(String)

供 Xamarin.Forms 平台內部使用。

RemoveAt(Int32)

供 Xamarin.Forms 平台內部使用。

明確介面實作

IEnumerable.GetEnumerator()

供 Xamarin.Forms 平台內部使用。

INotifyCollectionChanged.CollectionChanged

供 Xamarin.Forms 平台內部使用。

INotifyPropertyChanged.PropertyChanged

供 Xamarin.Forms 平台內部使用。

擴充方法

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

供 Xamarin.Forms 平台內部使用。

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

供 Xamarin.Forms 平台內部使用。

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

供 Xamarin.Forms 平台內部使用。

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

供 Xamarin.Forms 平台內部使用。

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

供 Xamarin.Forms 平台內部使用。

適用於