Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CAttribute

class CAttribute {
public:
    enum {
        readOnly = 0x01,
        dontEnum = 0x02,
        dontDelete = 0x04,
        internal = 0x08
        };
    };

The bit flags for ECMAScript property attributes.

Attributes are represented as bit flags defined by the enumeration contained in this class declaration.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.