다음을 통해 공유


Core.CompilationArgumentCountsAttribute 클래스(F#)

함수 또는 멤버에서 일부 인수의 부분적 응용 프로그램은 허용하고 나머지 함수는 반환하는 함수 및 멤버에 태그를 지정하기 위해 F# 컴파일러에서 자동으로 사용하는 기능입니다.

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

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

[<AttributeUsage(AttributeTargets.Method, AllowMultiple = false)>]
[<Sealed>]
type CompilationArgumentCountsAttribute =
 class
  new CompilationArgumentCountsAttribute : int [] -> CompilationArgumentCountsAttribute
  member this.Counts :  IEnumerable<int>
 end

설명

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

생성자

멤버

설명

new

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

인스턴스 멤버

멤버

설명

Counts

각 인수 그룹의 인수 개수를 나타냅니다.

플랫폼

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

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

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