다음을 통해 공유


Core.DefaultAugmentationAttribute 클래스(F#)

값이 false인 구분된 공용 구조체에 이 특성을 추가하면 해당 형식에 대해 생성된 CLI(공용 언어 인프라) 클래스의 표준 도우미 멤버 테스터, 생성자 및 접근자 멤버가 생성되지 않습니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Core

어셈블리: FSharp.Core(FSharp.Core.dll)

[<AttributeUsage(4, AllowMultiple = false)>]
[<Sealed>]
type DefaultAugmentationAttribute =
 class
  new DefaultAugmentationAttribute : bool -> DefaultAugmentationAttribute
  member this.Value :  bool
 end

설명

짧은 형식의 이름인 DefaultAugmentation를 사용할 수도 있습니다.

생성자

멤버

설명

new

특성의 인스턴스를 만듭니다.

인스턴스 멤버

멤버

설명

형식에 기본 확대가 있는지 여부를 나타내는 특성 값입니다.

플랫폼

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

버전 정보

F# 런타임

지원되는 버전: 2.0, 4.0

Silverlight

지원되는 버전: 3

참고 항목

참조

Microsoft.FSharp.Core 네임스페이스(F#)