Constable Authorization Engine 2.0 BETA

SerializablePropertyAttribute Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SerializablePropertyAttribute class with the Serializable property set to true.

Overload List

Initializes a new instance of the SerializablePropertyAttribute class with the Serializable property set to true.

public SerializablePropertyAttribute();

Initializes a new instance of the SerializablePropertyAttribute class with the given serializable value.

public SerializablePropertyAttribute(bool);

See Also

SerializablePropertyAttribute Class | LaMarvin.Constable.Design Namespace