TfvcChangesetsCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TfvcChangesetsCollection()
public TfvcChangesetsCollection();
Public Sub New ()
Applies to
TfvcChangesetsCollection(IList<TfvcChangesetRef>)
public TfvcChangesetsCollection(System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChangesetRef> source);
new Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChangesetsCollection : System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChangesetRef> -> Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChangesetsCollection
Public Sub New (source As IList(Of TfvcChangesetRef))
Parameters
- source
- IList<TfvcChangesetRef>