Generated from class MR.LocaleDomainId. This is the non-const reference to the struct. More...
Public Member Functions | |
| unsafe | Box_LocaleDomainId (LocaleDomainId other) |
| Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.) | |
| unsafe | Box_LocaleDomainId (ConstBox_LocaleDomainId _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_LocaleDomainId _other) |
| Generated copy assignment. | |
| unsafe | Box_LocaleDomainId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Box_LocaleDomainId (MR.Const_NoInit _1) |
| Generated from constructor MR.LocaleDomainId.LocaleDomainId. | |
| unsafe | Box_LocaleDomainId (int i) |
| Generated from constructor MR.LocaleDomainId.LocaleDomainId. | |
| unsafe ref int | get () |
| Generated from method MR.LocaleDomainId.get. | |
| unsafe void | decr () |
| Generated from method MR::LocaleDomainId::operator--. | |
| unsafe void | incr () |
| Generated from method MR::LocaleDomainId::operator++. | |
| unsafe ref MR.LocaleDomainId | subAssign (int a) |
| Generated from method MR::LocaleDomainId::operator-=. | |
| unsafe ref MR.LocaleDomainId | addAssign (int a) |
| Generated from method MR::LocaleDomainId::operator+=. | |
| Public Member Functions inherited from MR.ConstBox_LocaleDomainId | |
| virtual void | Dispose () |
| unsafe | ConstBox_LocaleDomainId (LocaleDomainId other) |
| Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.) | |
| unsafe | ConstBox_LocaleDomainId (ConstBox_LocaleDomainId _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_LocaleDomainId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_LocaleDomainId (MR.Const_NoInit _1) |
| Generated from constructor MR.LocaleDomainId.LocaleDomainId. | |
| unsafe | ConstBox_LocaleDomainId (int i) |
| Generated from constructor MR.LocaleDomainId.LocaleDomainId. | |
| unsafe bool | valid () |
| Generated from method MR.LocaleDomainId.valid. | |
| unsafe bool | less (MR.LocaleDomainId b) |
| Generated from method MR::LocaleDomainId::operator<. | |
| bool | Equals (MR.LocaleDomainId b) |
| override bool | Equals (object? other) |
Properties | |
| new ref int | id [get] |
| Properties inherited from MR.ConstBox_LocaleDomainId | |
| ref readonly int | id [get] |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.ConstBox_LocaleDomainId | |
| static implicit | operator ConstBox_LocaleDomainId (LocaleDomainId other) |
| Convert from a struct by copying it. Note that only ConstBox_LocaleDomainId has this conversion, Box_LocaleDomainId intentionally doesn't. | |
| static unsafe implicit | operator int (MR.ConstBox_LocaleDomainId _this) |
| Generated from conversion operator MR::LocaleDomainId::operator int. | |
| static unsafe | operator bool (MR.ConstBox_LocaleDomainId _this) |
| Generated from conversion operator MR::LocaleDomainId::operator bool. | |
| static unsafe bool | operator== (MR.ConstBox_LocaleDomainId _this, MR.LocaleDomainId b) |
| Generated from method MR::LocaleDomainId::operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_LocaleDomainId _this, MR.LocaleDomainId b) |
| static unsafe Box_LocaleDomainId | operator-- (MR.ConstBox_LocaleDomainId _this) |
| Generated from method MR::LocaleDomainId::operator--. | |
| static unsafe Box_LocaleDomainId | operator++ (MR.ConstBox_LocaleDomainId _this) |
| Generated from method MR::LocaleDomainId::operator++. | |
| Protected Member Functions inherited from MR.ConstBox_LocaleDomainId | |
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.LocaleDomainId. This is the non-const reference to the struct.
|
inline |
Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.LocaleDomainId.LocaleDomainId.
|
inline |
Generated from constructor MR.LocaleDomainId.LocaleDomainId.
|
inline |
Generated from method MR::LocaleDomainId::operator+=.
|
inline |
Generated copy assignment.
|
inline |
Generated from method MR::LocaleDomainId::operator--.
|
inline |
Generated from method MR.LocaleDomainId.get.
|
inline |
Generated from method MR::LocaleDomainId::operator++.
|
inline |
Generated from method MR::LocaleDomainId::operator-=.
|
get |