Class GenerateShapeAttribute
- Namespace
- PolyType
- Assembly
- PolyType.dll
When applied on a partial type, this attribute instructs the PolyType source generator to emit an IShapeable<T> implementation for the annotated type.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public sealed class GenerateShapeAttribute : Attribute
- Inheritance
-
GenerateShapeAttribute
- Inherited Members