Recurity.Swf.TagHandler.UndocumentedTag.UndocumentedTag C# (CSharp) 메소드

UndocumentedTag() 공개 메소드

public UndocumentedTag ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
리턴 System
        public UndocumentedTag(byte InitialVersion)
            : base(InitialVersion)
        {
            this._data = new byte[0];
        }