namespace CppSharp.AST { public enum MethodConversionKind { None, FunctionToInstanceMethod, FunctionToStaticMethod } }