GitObjectId Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GitObjectId()
public GitObjectId();
Public Sub New ()
Applies to
GitObjectId(Byte[])
public GitObjectId(byte[] objectId);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectId : byte[] -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectId
Public Sub New (objectId As Byte())
Parameters
- objectId
- Byte[]
Applies to
GitObjectId(String)
public GitObjectId(string objectId);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectId : string -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectId
Public Sub New (objectId As String)
Parameters
- objectId
- String