BitSharper.TransactionOutPoint.Parse C# (CSharp) Method

Parse() protected method

protected Parse ( ) : void
return void
        protected override void Parse()
        {
            Hash = ReadHash();
            Index = (int) ReadUint32();
        }