Table of Contents

Class Commands.TreeStreams

Namespace
Fenrir.Git
Assembly
Fenrir.Git.dll

A collection of streams containing objects in a tree.

[CompilationMapping(SourceConstructFlags.ObjectType)]
public class Commands.TreeStreams : IDisposable
Inheritance
Commands.TreeStreams
Implements
Inherited Members

Constructors

TreeStreams(int)

public TreeStreams(int length)

Parameters

length int

Properties

Hashes

public Sha1Hash[] Hashes { get; }

Property Value

Sha1Hash[]

Streams

public MemoryStream[] Streams { get; }

Property Value

MemoryStream[]