Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- b1
 Type: array<System.Byte[]
Return Value
Type: System.Boolean
Returns Boolean.
.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.