Api Sandbox CodeGeneratorFlags
enum

CodeGeneratorFlags

public sealed enum CodeGeneratorFlags : Enum

Used to specify what type of code generation to perform.

Enum Values

Name Value Description
WrapPropertyGet Wrap the get accessor of a property.
WrapPropertySet Wrap the set accessor of a property.
WrapMethod Wrap a method call.
Static Apply this to a static property or method.
Instance Apply this to an instance property or method.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.CodeGeneratorFlags