Click or drag to resize

FrozenAttribute Class

Indicates that the property or field is Frozen. Only valid for collections, tuples, and user-defined types.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Mapping.AttributesFrozenAttribute

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class FrozenAttribute : Attribute

The FrozenAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFrozenAttribute
Initializes a new instance of the FrozenAttribute class
Top
See Also