Summary
Gets the contents of the sub-file, as an array of
System.Bytes.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- MergeJobConflict
Syntax
public byte[] GetMergeSubFileContentsAsBytes(MergeJobConflictSubFile subFile)
Parameters
| Name | Type | Description |
|---|---|---|
| subFile | Merge |
Which particular MergeJobConflictSubFile to get the contents of.
|
Return Value
| Type | Description |
|---|---|
| byte[] |
The contents of the specified subFile, as an array of System.Bytes.
|