다음을 통해 공유


FSharpValue.PreComputeUnionReader 메서드(F#)

공용 구조체 형식의 특정 판별자 케이스에 대한 모든 필드를 읽는 데 필요한 함수를 생성합니다.

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

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

// Signature:
static member PreComputeUnionReader : UnionCaseInfo * ?BindingFlags -> obj -> obj []

// Usage:
FSharpValue.PreComputeUnionReader (unionCase)
FSharpValue.PreComputeUnionReader (unionCase, bindingFlags = bindingFlags)

매개 변수

  • unionCase
    형식: UnionCaseInfo

    읽을 공용 구조체 케이스에 대한 설명입니다.

  • bindingFlags
    형식: BindingFlags

    선택적 바인딩 플래그입니다.

반환 값

지정된 공용 구조체 케이스의 필드를 읽기 위한 함수입니다.

플랫폼

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

참고 항목

참조

Reflection.FSharpValue 클래스(F#)

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