Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class ListInputCollection (Of TParent As ListInput, TItem As RoleItem) Inherits System.Collections.CollectionBase |
Visual Basic (Usage) | ![]() |
---|---|
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 |
- TParent
- TItem
System.Object
System.Collections.CollectionBase
SourceCode.Security.UserRoleManager.Management.ListInputCollection<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