|
|
@ -40249,18 +40249,19 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public global::Std.Optional<uint> NumExpansions |
|
|
|
public System.Nullable<uint> NumExpansions |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
|
{ |
|
|
|
{ |
|
|
|
return global::Std.Optional<uint>.__CreateInstance(new __IntPtr(&((__Internal*)__Instance)->numExpansions)); |
|
|
|
var __optionalRet0 = global::Std.Optional<uint>.__CreateInstance(new __IntPtr(&((__Internal*)__Instance)->numExpansions)); |
|
|
|
|
|
|
|
if (!__optionalRet0.HasValue) |
|
|
|
|
|
|
|
return null; |
|
|
|
|
|
|
|
return global::Std.OptionalExtensions.Value(__optionalRet0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (ReferenceEquals(value, null)) |
|
|
|
throw new System.NotImplementedException("Setting std::optional is currently not supported"); |
|
|
|
throw new global::System.ArgumentNullException("value", "Cannot be null because it is passed by value."); |
|
|
|
|
|
|
|
((__Internal*)__Instance)->numExpansions = *(global::Std.Optional.__Internalc__N_std_S_optional__i*) value.__Instance; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -40599,18 +40600,19 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public global::Std.Optional<uint> PackIndex |
|
|
|
public System.Nullable<uint> PackIndex |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
|
{ |
|
|
|
{ |
|
|
|
return global::Std.Optional<uint>.__CreateInstance(new __IntPtr(&((__Internal*)__Instance)->packIndex)); |
|
|
|
var __optionalRet0 = global::Std.Optional<uint>.__CreateInstance(new __IntPtr(&((__Internal*)__Instance)->packIndex)); |
|
|
|
|
|
|
|
if (!__optionalRet0.HasValue) |
|
|
|
|
|
|
|
return null; |
|
|
|
|
|
|
|
return global::Std.OptionalExtensions.Value(__optionalRet0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (ReferenceEquals(value, null)) |
|
|
|
throw new System.NotImplementedException("Setting std::optional is currently not supported"); |
|
|
|
throw new global::System.ArgumentNullException("value", "Cannot be null because it is passed by value."); |
|
|
|
|
|
|
|
((__Internal*)__Instance)->packIndex = *(global::Std.Optional.__Internalc__N_std_S_optional__i*) value.__Instance; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -41305,18 +41307,19 @@ namespace CppSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public global::Std.Optional<uint> NumExpansions |
|
|
|
public System.Nullable<uint> NumExpansions |
|
|
|
{ |
|
|
|
{ |
|
|
|
get |
|
|
|
get |
|
|
|
{ |
|
|
|
{ |
|
|
|
return global::Std.Optional<uint>.__CreateInstance(new __IntPtr(&((__Internal*)__Instance)->numExpansions)); |
|
|
|
var __optionalRet0 = global::Std.Optional<uint>.__CreateInstance(new __IntPtr(&((__Internal*)__Instance)->numExpansions)); |
|
|
|
|
|
|
|
if (!__optionalRet0.HasValue) |
|
|
|
|
|
|
|
return null; |
|
|
|
|
|
|
|
return global::Std.OptionalExtensions.Value(__optionalRet0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
set |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (ReferenceEquals(value, null)) |
|
|
|
throw new System.NotImplementedException("Setting std::optional is currently not supported"); |
|
|
|
throw new global::System.ArgumentNullException("value", "Cannot be null because it is passed by value."); |
|
|
|
|
|
|
|
((__Internal*)__Instance)->numExpansions = *(global::Std.Optional.__Internalc__N_std_S_optional__i*) value.__Instance; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|