| Constable Authorization Engine 2.0 BETA |
|
SerializablePropertyAttribute Constructor (Boolean)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the SerializablePropertyAttribute class with the given serializable value.
[Visual Basic]
Overloads Public Sub New( _
ByVal
serializable As
Boolean _
)
[C#]
public SerializablePropertyAttribute(
bool serializable);
Parameters
-
serializable
- The initial value of the Serializable property.
See Also
SerializablePropertyAttribute Class | LaMarvin.Constable.Design Namespace | SerializablePropertyAttribute Constructor Overload List