-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Collections_Array_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
9 revisions
Array(T) ClassArray type extensions.
System.Object
CodeJam.Collections.Array(T)
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class Array<T>
VB
Public NotInheritable Class Array(Of T)
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Array<'T> = class end
- T
- Type of an array.
Name | Description | |
---|---|---|
Empty | Empty instance of T[]. |