다음을 통해 공유


Core.CompilationRepresentationAttribute 클래스(F#)

이 특성은 형식의 런타임 표현을 조정하는 데 사용됩니다. 예를 들어 형식에 대해 null 표현을 사용할 수 있음을 나타내는 데 사용할 수 있습니다. 이 특성을 사용하면 일부 구문의 컴파일 방법에 영향을 줍니다.

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

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

[<AttributeUsage(AttributeTargets.All, AllowMultiple = false)>]
[<Sealed>]
type CompilationRepresentationAttribute =
 class
  new CompilationRepresentationAttribute : CompilationRepresentationFlags -> CompilationRepresentationAttribute
  member this.Flags :  CompilationRepresentationFlags
 end

설명

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

생성자

멤버

설명

new

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

인스턴스 멤버

멤버

설명

Flags

F# 형식 또는 멤버의 컴파일된 표현에 대한 하나 이상의 조정 내용을 나타냅니다.

플랫폼

Windows Windows 서버 2012, Windows Server 2008 R2, Windows 7, 8

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

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