Collections.seq<'T> 형식 약어(F#)

.NET Framework 형식 IEnumerable<T>.의 약어입니다.

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

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

type seq<'T> = System.Collections.Generic.IEnumerable<'T>

설명

시퀀스를 대상으로 실행되는 함수에 대한 자세한 내용은 Seq 모듈을 참조하십시오.F#의 시퀀스에 대한 개요는 시퀀스(F#)를 참조하십시오.

플랫폼

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

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

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

IEnumerable<T>

시퀀스(F#)