Edit

TfvcItemDescriptorsCollection Constructors

Definition

Overloads

TfvcItemDescriptorsCollection()

public TfvcItemDescriptorsCollection();
Public Sub New ()

Applies to

TfvcItemDescriptorsCollection(IList<TfvcItemDescriptor>)

public TfvcItemDescriptorsCollection(System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptor> source);
new Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptorsCollection : System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptor> -> Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItemDescriptorsCollection
Public Sub New (source As IList(Of TfvcItemDescriptor))

Parameters

Applies to