Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class DependancyCollection (Of TParent As DependancyExplorer, TItem As DependancyObject) Inherits System.Collections.ReadOnlyCollectionBase |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DependancyCollection(Of TParent,TItem) |
C# | |
---|---|
[DefaultMember("Item")] public class DependancyCollection<TParent,TItem> : System.Collections.ReadOnlyCollectionBase where TParent: DependancyExplorer where TItem: DependancyObject |
C++/CLI | |
---|---|
[DefaultMember("Item")] generic<typename TParent> generic<typename TItem> public ref class DependancyCollection : public System.Collections.ReadOnlyCollectionBase where TParent: DependancyExplorer where TItem: DependancyObject |
- TParent
- TItem
System.Object
System.Collections.ReadOnlyCollectionBase
SourceCode.Dependancy.Client.DependancyCollection<TParent,TItem>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2