TParent
TItem
ListInputCollection<TParent,TItem> Class
Members See Also 
SourceCode.Security.UserRoleManager.Management Namespace : ListInputCollection<TParent,TItem> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DefaultMemberAttribute("Item")>
Public Class ListInputCollection
    (Of TParent As ListInput,
     TItem As RoleItem) 
   Inherits System.Collections.CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As ListInputCollection(Of TParent,TItem)
C#  
[DefaultMember("Item")]
public class ListInputCollection<TParent,TItem> : System.Collections.CollectionBase 
where TParent: ListInput
where TItem: RoleItem
C++/CLI  
[DefaultMember("Item")]
generic<typename TParent>
generic<typename TItem>
public ref class ListInputCollection : public System.Collections.CollectionBase 
where TParent: ListInput
where TItem: RoleItem

Type Parameters

TParent
TItem

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      SourceCode.Security.UserRoleManager.Management.ListInputCollection<TParent,TItem>

Requirements

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

See Also