Git.Core.Tree.Decode C# (CSharp) Method

Decode() protected method

protected Decode ( ) : byte[]
return byte[]
        protected override byte[] Decode()
        {
            throw new NotImplementedException ();
        }