Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    paths As IEnumerable(Of String), _
    internalPath As String _
)
public PathSpecTable(
    IEnumerable<string> paths,
    string internalPath
)
public:
PathSpecTable(
    IEnumerable<String^>^ paths, 
    String^ internalPath
)
new : 
        paths:IEnumerable<string> * 
        internalPath:string -> PathSpecTable
public function PathSpecTable(
    paths : IEnumerable<String>, 
    internalPath : String
)
Parameters
- paths
 Type: System.Collections.Generic.IEnumerable<String>
- internalPath
 Type: System.String
.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.