TfvcChangesetsCollection Constructor (IList<TfvcChangesetRef>)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
source As IList(Of TfvcChangesetRef) _
)
public TfvcChangesetsCollection(
IList<TfvcChangesetRef> source
)
public:
TfvcChangesetsCollection(
IList<TfvcChangesetRef^>^ source
)
new :
source:IList<TfvcChangesetRef> -> TfvcChangesetsCollection
public function TfvcChangesetsCollection(
source : IList<TfvcChangesetRef>
)
Parameters
- source
Type: System.Collections.Generic.IList<TfvcChangesetRef>
.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.
See Also
Reference
TfvcChangesetsCollection Class