GitObjectId Constructor (array<Byte )
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Types.Git
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
- objectId
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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Types.Git Namespace