 | GeneratedWritableAttributeVirtual Property |
Gets or sets a value which indicates whether the generated methods will be virtual.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool Virtual { get; set; }
Public Property Virtual As Boolean
Get
Set
public:
property bool Virtual {
bool get ();
void set (bool value);
}
member Virtual : bool with get, set
Property Value
Boolean to generate virtual methods; otherwise,
.
The default value is
.
Remarks
This has no effect if the base class already implemented the IWritable
interface, in which case the generated code will always attempt to overwrite the base
class methods.
See Also