-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_HGlobal_Create__1
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Create a new HGlobal with sizeof().
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static HGlobalScope<T> Create<T>()
where T : struct, new()
VB
Public Shared Function Create(Of T As {Structure, New}) As HGlobalScope(Of T)
F#
static member Create : unit -> HGlobalScope<'T> when 'T : struct, new()
- T
- [Missing documentation for "M:CodeJam.HGlobal.Create``1"]
Type: HGlobalScope(T)
HGlobalScope(T) instance