Share via


GitUtils.IsEmpty Method

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

Syntax

'Declaration
Public Shared Function IsEmpty ( _
    b1 As Byte() _
) As Boolean
public static bool IsEmpty(
    byte[] b1
)
public:
static bool IsEmpty(
    array<unsigned char>^ b1
)
static member IsEmpty : 
        b1:byte[] -> bool
public static function IsEmpty(
    b1 : byte[]
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GitUtils Class

Microsoft.TeamFoundation.Git.Server Namespace