|
|
|
@ -283,8 +283,9 @@ namespace Cxxi.Generators.CLI |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (@class.HasBase) |
|
|
|
if (@class.HasBase && !@class.IsValueType) |
|
|
|
Write(" : {0}", SafeIdentifier(@class.Bases[0].Class.Name)); |
|
|
|
if (!@class.Bases[0].Class.Ignore) |
|
|
|
|
|
|
|
Write(" : {0}", SafeIdentifier(@class.Bases[0].Class.Name)); |
|
|
|
|
|
|
|
|
|
|
|
WriteLine(string.Empty); |
|
|
|
WriteLine(string.Empty); |
|
|
|
WriteLine("{"); |
|
|
|
WriteLine("{"); |
|
|
|
|