|
|
|
@ -9350,7 +9350,7 @@ namespace CppSharp
@@ -9350,7 +9350,7 @@ namespace CppSharp
|
|
|
|
|
|
|
|
|
|
public unsafe partial class Method : global::CppSharp.Parser.AST.Function, IDisposable |
|
|
|
|
{ |
|
|
|
|
[StructLayout(LayoutKind.Sequential, Size = 372)] |
|
|
|
|
[StructLayout(LayoutKind.Sequential, Size = 376)] |
|
|
|
|
public new partial struct __Internal |
|
|
|
|
{ |
|
|
|
|
internal global::CppSharp.Parser.AST.DeclarationKind kind; |
|
|
|
@ -9410,6 +9410,7 @@ namespace CppSharp
@@ -9410,6 +9410,7 @@ namespace CppSharp
|
|
|
|
|
internal byte isStatic; |
|
|
|
|
internal byte isConst; |
|
|
|
|
internal byte isExplicit; |
|
|
|
|
internal byte isVolatile; |
|
|
|
|
internal global::CppSharp.Parser.AST.CXXMethodKind methodKind; |
|
|
|
|
internal byte isDefaultConstructor; |
|
|
|
|
internal byte isCopyConstructor; |
|
|
|
@ -9592,6 +9593,19 @@ namespace CppSharp
@@ -9592,6 +9593,19 @@ namespace CppSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool IsVolatile |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
return ((__Internal*)__Instance)->isVolatile != 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
((__Internal*)__Instance)->isVolatile = (byte) (value ? 1 : 0); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public global::CppSharp.Parser.AST.CXXMethodKind MethodKind |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|