Share via


GitObjectId Constructor (array<Byte )

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    objectId As Byte() _
)
public GitObjectId(
    byte[] objectId
)
public:
GitObjectId(
    array<unsigned char>^ objectId
)
new : 
        objectId:byte[] -> GitObjectId
public function GitObjectId(
    objectId : byte[]
)

Parameters

.NET Framework Security

See Also

Reference

GitObjectId Class

GitObjectId Overload

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace