struct CodeGeneratorFlags
Used to specify what type of code generation to perform.
public static CodeGeneratorFlags WrapPropertyGet
Wrap the get accessor of a property.
public static CodeGeneratorFlags WrapPropertySet
Wrap the set accessor of a property.
public static CodeGeneratorFlags WrapMethod
Wrap a method call.
public static CodeGeneratorFlags Static
Apply this to a static property or method.
public static CodeGeneratorFlags Instance
Apply this to an instance property or method.
public bool HasFlag( Enum flag )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int value__
😔 No documentation found.