DOMNullableAttribute Class

DOMNullableAttribute class

Specifies a DOM object can be assigned null value.

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

Constructors

NameDescription
DOMNullableAttribute()The default constructor.

See Also