C# Class libgit2sharp.Elasticsearch.Models.GitObject

ファイルを表示 Open project: synhershko/libgit2sharp.Elasticsearch

Public Methods

Method Description
GetDataAsByteArray ( ) : byte[]
SetData ( byte data ) : void

Method Details

GetDataAsByteArray() public method

public GetDataAsByteArray ( ) : byte[]
return byte[]

SetData() public method

public SetData ( byte data ) : void
data byte
return void