Sandbox Logo

CodeGeneratorAttribute.Type

CodeGeneratorFlags Type { get; set; }

Description

The type of code generation you want to do. You will need to specify whether it should apply to instance or static methods and properties using the <see cref="F:Sandbox.CodeGeneratorFlags.Instance" /> and <see cref="F:Sandbox.CodeGeneratorFlags.Static" /> flags.

Return

User Comments