CatalogDependencyTable Constructor
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
nodes As IEnumerable(Of CatalogNode), _
internalPath As String _
)
public CatalogDependencyTable(
IEnumerable<CatalogNode> nodes,
string internalPath
)
public:
CatalogDependencyTable(
IEnumerable<CatalogNode^>^ nodes,
String^ internalPath
)
new :
nodes:IEnumerable<CatalogNode> *
internalPath:string -> CatalogDependencyTable
public function CatalogDependencyTable(
nodes : IEnumerable<CatalogNode>,
internalPath : String
)
Parameters
- nodes
Type: System.Collections.Generic.IEnumerable<CatalogNode>
- 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.