Realm Xamarin
v0.81.0
Realm for Xamarin
|
Prevents the Xamarin managed linker from linking the target. More...
Inherits Attribute.
Public Member Functions | |
PreserveAttribute (bool allMembers, bool conditional) | |
Initializes a new instance of the PreserveAttribute class. More... | |
PreserveAttribute () | |
Initializes a new instance of the PreserveAttribute class. More... | |
Public Attributes | |
bool | AllMembers |
When used on a class rather than a property, ensures that all members of this type are preserved. More... | |
bool | Conditional |
Flags the method as a method to preserve during linking if the container class is pulled in. More... | |
Prevents the Xamarin managed linker from linking the target.
Realms.PreserveAttribute.PreserveAttribute | ( | bool | allMembers, |
bool | conditional | ||
) |
Initializes a new instance of the PreserveAttribute class.
allMembers | If set to true all members will be preserved. |
conditional | If set to true , the method will only be preserved if the container class is preserved. |
Realms.PreserveAttribute.PreserveAttribute | ( | ) |
Initializes a new instance of the PreserveAttribute class.
bool Realms.PreserveAttribute.AllMembers |
When used on a class rather than a property, ensures that all members of this type are preserved.
bool Realms.PreserveAttribute.Conditional |
Flags the method as a method to preserve during linking if the container class is pulled in.