Skip to content

T_CodeJam_Collections_Array_1

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

Array(T) ClassArray type extensions.

Inheritance Hierarchy

System.Object
  CodeJam.Collections.Array(T)
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.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
Type of an array.
  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