-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_HGlobal_Create__1_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Create a new HGlobal with given size.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static HGlobalScope<T> Create<T>(
int cb
)
where T : struct, new()
VB
Public Shared Function Create(Of T As {Structure, New}) (
cb As Integer
) As HGlobalScope(Of T)
F#
static member Create :
cb : int -> HGlobalScope<'T> when 'T : struct, new()
- cb
- Type: System.Int32
The required number of bytes in memory.
- T
- [Missing documentation for "M:CodeJam.HGlobal.Create``1(System.Int32)"]
Type: HGlobalScope(T)
HGlobalScope(T) instance