Skip to content

T_CodeJam_Collections_Array_1

andrewvk edited this page Mar 22, 2016 · 9 revisions

Array(T) Class

[This is preliminary documentation and is subject to change.]

[Missing

documentation for "T:CodeJam.Collections.Array`1"]

Inheritance Hierarchy

System.Object
  CodeJam.Collections.Array(T)
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class Array<T>

VB

Public NotInheritable Class Array(Of T)

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Array<'T> =  class end

Type Parameters

 

T
[Missing documentation for "T:CodeJam.Collections.Array`1"]
  The Array(T) type exposes the following members.

Fields

 

Name Description
Public fieldStatic member Empty Empty instance of T[].
  Back to Top

See Also

Reference

CodeJam.Collections Namespace

Clone this wiki locally