DOMTreatNullAsAttribute Class

DOMTreatNullAsAttribute class

Indicates that null of the member value will be treated as specified value.

[AttributeUsage(AttributeTargets.All)]
public sealed class DOMTreatNullAsAttribute : Attribute

Constructors

NameDescription
DOMTreatNullAsAttribute(Type, object)Initializes a new instance of the DOMTreatNullAsAttribute class.

Properties

NameDescription
[getType]
[setType] Gets or sets value the type.
[getValue]
[setValue] Gets or sets the value.

See Also