LockableObservableListWrapper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
供 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.ObjectLockableObservableListWrapper
- 属性
-
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 平台内部使用。 |