FreezableList<ItemType> Class

Definition

public class FreezableList<ItemType> : Microsoft.Gestures.GesturesFrameworkObject, System.Collections.Generic.ICollection<ItemType>, System.Collections.Generic.IEnumerable<ItemType>, System.Collections.Generic.IList<ItemType>, System.Collections.IList

Type Parameters

ItemType
Inheritance
FreezableList<ItemType>
Derived
Implements
ICollection<ItemType> IEnumerable<ItemType> IList<ItemType> IList

Constructors

FreezableList<ItemType>()
FreezableList<ItemType>(IEnumerable<ItemType>)

Fields

_items

Properties

Count
IsFrozen (Inherited from GesturesFrameworkObject)
Item[Int32]

Methods

Add(ItemType)
AddRange(IEnumerable<ItemType>)
CalculateHashCode()
Clear()
Contains(ItemType)
CopyTo(ItemType[], Int32)
DeepFreeze()
Equals(Object) (Inherited from GesturesFrameworkObject)
EqualsInternal(Object)
Freeze() (Inherited from GesturesFrameworkObject)
GetEnumerator()
GetHashCode() (Inherited from GesturesFrameworkObject)
IndexOf(ItemType)
Insert(Int32, ItemType)
Remove(ItemType)
RemoveAt(Int32)
ValidateCore()
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.Count
ICollection.IsSynchronized
ICollection.SyncRoot
ICollection<ItemType>.IsReadOnly
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Clear()
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)
IList.RemoveAt(Int32)
IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to