Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.4 KB

705f4218-c74e-2412-749d-e0d238262d55.md

File metadata and controls

50 lines (35 loc) · 1.4 KB

ListCache(T).ReleaseArray Method

[Missing

documentation for "M:NSS.Blast.ListCache1.ReleaseArray(System.Collections.Generic.List{0})"]

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public static T[] ReleaseArray(
	List<T> s
)

VB

Public Shared Function ReleaseArray ( 
	s As List(Of T)
) As T()

C++

public:
static array<T>^ ReleaseArray(
	List<T>^ s
)

F#

static member ReleaseArray : 
        s : List<'T> -> 'T[] 

Parameters

 

s
Type: System.Collections.Generic.List(T)
[Missing documentation for "M:NSS.Blast.ListCache1.ReleaseArray(System.Collections.Generic.List{0})"]

Return Value

Type: T[]
[Missing documentation for "M:NSS.Blast.ListCache1.ReleaseArray(System.Collections.Generic.List{0})"]

See Also

Reference

ListCache(T) Class
NSS.Blast Namespace