Recurity.Swf.LineStyleArray.LineStyleArray C# (CSharp) Méthode

LineStyleArray() public méthode

An array of line styles
public LineStyleArray ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this objct
Résultat System
        public LineStyleArray(byte InitialVersion)
            : base(InitialVersion)
        {
            this._lineStyles = new List<LineStyle>();
        }