-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_Collections_Array_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
9 revisions
Array(T) ClassArray type extensions.
System.Object
CodeJam.Collections.Array(T)
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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[]. |