autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
returnValue
autowrap
csharp
boilerplate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
export extern (
C
)
struct
returnValue (
T
) {
T
value
;
wstring
error
;
this
(T value);
this
(Exception error);
}
Constructors
this
this
(T value)
Undocumented in source.
this
this
(Exception error)
Undocumented in source.
Members
Variables
error
wstring
error
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
csharp
boilerplate
functions
fromDatetime
fromDatetime1DArray
pinPointer
rt_moduleTlsCtor
rt_moduleTlsDtor
toDatetime
toDatetime1DArray
wrapCSharp
structs
AttachThread
datetime
returnValue
returnVoid