TfsGitCommitChangeCount Constructor

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    commitId As Byte(), _
    changeType As TfsGitChangeType, _
    changeCount As Integer _
)
public TfsGitCommitChangeCount(
    byte[] commitId,
    TfsGitChangeType changeType,
    int changeCount
)
public:
TfsGitCommitChangeCount(
    array<unsigned char>^ commitId, 
    TfsGitChangeType changeType, 
    int changeCount
)
new : 
        commitId:byte[] * 
        changeType:TfsGitChangeType * 
        changeCount:int -> TfsGitCommitChangeCount
public function TfsGitCommitChangeCount(
    commitId : byte[], 
    changeType : TfsGitChangeType, 
    changeCount : int
)

Parameters

.NET Framework Security

See Also

Reference

TfsGitCommitChangeCount Class

Microsoft.TeamFoundation.Git.Server Namespace