Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    separator As Char, _
    acls As IEnumerable(Of AccessControlList) _
)
public AccessControlListTable(
    char separator,
    IEnumerable<AccessControlList> acls
)
public:
AccessControlListTable(
    wchar_t separator, 
    IEnumerable<AccessControlList^>^ acls
)
new : 
        separator:char * 
        acls:IEnumerable<AccessControlList> -> AccessControlListTable
public function AccessControlListTable(
    separator : char, 
    acls : IEnumerable<AccessControlList>
)
Parameters
- separator
 Type: System.Char
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.