Skip to content

F_CodeJam_Collections_Array_1_Empty

Andrew Koryavchenko edited this page Jun 17, 2018 · 7 revisions

Array(T).Empty Field

Empty instance of T[].

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static readonly T[] Empty

VB

Public Shared ReadOnly Empty As T()

F#

static val Empty: 'T[]

Field Value

Type: T[]

See Also

Reference

Array(T) Class
CodeJam.Collections Namespace

Clone this wiki locally