다음을 통해 공유


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이 형식에 대해 코드를 생성할 수 없는 경우 예외가 throw됩니다.

적용 대상