CodeGenerator.GenerateDecimalValue(Decimal) 方法

定義

為指定的十進位值產生程式碼。

protected:
 virtual void GenerateDecimalValue(System::Decimal d);
protected virtual void GenerateDecimalValue (decimal d);
abstract member GenerateDecimalValue : decimal -> unit
override this.GenerateDecimalValue : decimal -> unit
Protected Overridable Sub GenerateDecimalValue (d As Decimal)

參數

d
Decimal

要為其產生程式碼的十進位值。

適用於