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

ShapeRecord() public méthode

Abstract class from which all SHAPERECORDs derive
public ShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Résultat System
        public ShapeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }