ConsiderForCodeGenerationAttribute(Type, Boolean) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
、この型に対してコードを生成できない場合は例外がスローされます。