DependancyObjectCollection<TParent,TItem> Class Members
See Also  Properties Methods 
SourceCode.Dependancy.Client Namespace : DependancyObjectCollection<TParent,TItem> Class


Glossary Item Box

The following tables list the members exposed by DependancyObjectCollection<TParent,TItem>.

Public Properties

  Name Description
Public Property Count (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Property IsFixedSize  
Public Property IsReadOnly  
Public Property Item Overloaded.   
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.ReadOnlyCollectionBase)
Protected Property Parent  
Top

Public Methods

  Name Description
Public Method Add  
Public Method Clear  
Public Method Contains Overloaded.   
Public Method GetEnumerator (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Method IndexOf Overloaded.   
Public Method Insert  
Top

Protected Methods

  Name Description
Protected Method Remove  
Protected Method RemoveAt  
Top

See Also