TfsGitCommitChange 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(), _
entry As TfsGitDiffEntry _
)
public TfsGitCommitChange(
byte[] commitId,
TfsGitDiffEntry entry
)
public:
TfsGitCommitChange(
array<unsigned char>^ commitId,
TfsGitDiffEntry^ entry
)
new :
commitId:byte[] *
entry:TfsGitDiffEntry -> TfsGitCommitChange
public function TfsGitCommitChange(
commitId : byte[],
entry : TfsGitDiffEntry
)
Parameters
- commitId
Type: array<System.Byte[]
.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.