PeerCastStation.MKV.Element.Element C# (CSharp) Method

Element() public method

public Element ( VInt id, VInt size ) : System
id VInt
size VInt
return System
    public Element(VInt id, VInt size)
    {
      this.ID       = id;
      this.Size     = size;
    }