Class HashSourceAttribute
Used to tag data model properties that should be included in the GetHashCode() computation.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class HashSourceAttribute : Attribute
Constructors
HashSourceAttribute()
Constructor.
Declaration
public HashSourceAttribute()