Class NewTypeAttribute
Represents a type alias with 'newtype' semantics. Newtype aliases are erased to their underlying type at runtime.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class NewTypeAttribute : Attribute
- Inheritance
-
NewTypeAttribute
- Inherited Members
- Extension Methods