-
Couldn't load subscription status.
- Fork 35
M_CodeJam_HGlobal_Create__1_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Create a new HGlobal with given size.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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