PeerCastStation.MKV.Element.Element C# (CSharp) 메소드

Element() 공개 메소드

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