Is there anyway to option Coderush to use the <Type>? Syntax instead of Nullable(Of <Type>)
VB.NET Supports the C# style of declaration of nullables.
public property Var as Boolean?
currently Coderush will expand the ab0 template to
public property Var as Nullable(Of Boolean)
If we can change that easily that would be great.
Hi Michael,
Thank you for sharing your idea with us. Please give us some time to research the situation in detail and give you the best solution.