Click or drag to resize

GeneratedWritableAttributeVirtual Property

Gets or sets a value which indicates whether the generated methods will be virtual.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Virtual { 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