次の方法で共有


ConsiderForCodeGenerationAttribute(Type, Boolean) コンストラクター

定義

ConsiderForCodeGenerationAttribute の新しいインスタンスを初期化します。

protected ConsiderForCodeGenerationAttribute (Type type, bool throwOnFailure = false);
new Orleans.CodeGeneration.ConsiderForCodeGenerationAttribute : Type * bool -> Orleans.CodeGeneration.ConsiderForCodeGenerationAttribute
Protected Sub New (type As Type, Optional throwOnFailure As Boolean = false)

パラメーター

type
Type

ジェネレーターでコードを生成する必要がある型

throwOnFailure
Boolean

の場合 true、この型に対してコードを生成できない場合は例外がスローされます。

適用対象