VisualBasicCompilationOptions.WithDelaySign(Nullable<Boolean>) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new VisualBasicCompilationOptions instance with a different delay signing specified.
public:
 Microsoft::CodeAnalysis::VisualBasic::VisualBasicCompilationOptions ^ WithDelaySign(Nullable<bool> value);
	public Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilationOptions WithDelaySign(bool? value);
	override this.WithDelaySign : Nullable<bool> -> Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilationOptions
	Public Function WithDelaySign (value As Nullable(Of Boolean)) As VisualBasicCompilationOptions
	Parameters
Returns
A new instance of VisualBasicCompilationOptions, if the delay sign is different; otherwise current instance.