Class FrozenAttribute
Indicates that the property or field is Frozen. Only valid for collections, tuples, and user-defined types.
Inherited Members
Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class FrozenAttribute : Attribute