Class GitBuffer
A memory buffer that represents data in a Git repository.
Inheritance
System.Object
GitBuffer
Assembly: Dogged.dll
Syntax
public class GitBuffer : NativeDisposable
Properties
|
Improve this Doc
View Source
Content
Declaration
public ReadOnlySpan<byte> Content { get; }
Property Value
Type |
Description |
ReadOnlySpan<System.Byte> |
|
|
Improve this Doc
View Source
Length
Declaration
public long Length { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|