|
|
|
|
@ -217,7 +217,7 @@ namespace CppSharp.AST
@@ -217,7 +217,7 @@ namespace CppSharp.AST
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Whether the declaration was explicitly set to be generated via
|
|
|
|
|
/// the GenerationKind propery as opposed to its default generated state.
|
|
|
|
|
/// the GenerationKind propery as opposed to the default generated state.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public virtual bool IsExplicitlyGenerated |
|
|
|
|
{ |
|
|
|
|
@ -257,7 +257,6 @@ namespace CppSharp.AST
@@ -257,7 +257,6 @@ namespace CppSharp.AST
|
|
|
|
|
GenerationKind = GenerationKind.None; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Obsolete("Replace set by ExplicitlyIgnore(). Replace get by GenerationKind == GenerationKind.None.")] |
|
|
|
|
public bool ExplicityIgnored |
|
|
|
|
{ |
|
|
|
|
|