PeerCastStation.MKV.VInt.VInt C# (CSharp) Méthode

VInt() public méthode

public VInt ( long value, byte binary ) : System
value long
binary byte
Résultat System
    public VInt(long value, byte[] binary)
    {
      this.Value  = value;
      this.Binary = binary;
    }