[This is preliminary documentation and subject to change.]
Initializes a new instance of the SerializablePropertyAttribute class with the Serializable property set to true.
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);
SerializablePropertyAttribute Class | LaMarvin.Constable.Design Namespace