|
|
|
@ -364,6 +364,7 @@ namespace CppSharp.AST |
|
|
|
LineNumberStart = declaration.LineNumberStart; |
|
|
|
LineNumberStart = declaration.LineNumberStart; |
|
|
|
LineNumberEnd = declaration.LineNumberEnd; |
|
|
|
LineNumberEnd = declaration.LineNumberEnd; |
|
|
|
IsImplicit = declaration.IsImplicit; |
|
|
|
IsImplicit = declaration.IsImplicit; |
|
|
|
|
|
|
|
AssociatedDeclaration = declaration.AssociatedDeclaration; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public override string ToString() |
|
|
|
public override string ToString() |
|
|
|
|