BitSharp.Network.Domain.InventoryVector.InventoryVector C# (CSharp) Méthode

InventoryVector() public méthode

public InventoryVector ( UInt32 Type, UInt256 Hash ) : BitSharp.Common
Type System.UInt32
Hash UInt256
Résultat BitSharp.Common
        public InventoryVector(UInt32 Type, UInt256 Hash)
        {
            this.Type = Type;
            this.Hash = Hash;
        }
    }
InventoryVector