C# Класс Realms.PreserveAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AllMembers bool
Conditional bool

Открытые методы

Метод Описание
PreserveAttribute ( ) : System

Initializes a new instance of the PreserveAttribute class.

PreserveAttribute ( bool allMembers, bool conditional ) : System

Initializes a new instance of the PreserveAttribute class.

Описание методов

PreserveAttribute() публичный Метод

Initializes a new instance of the PreserveAttribute class.
public PreserveAttribute ( ) : System
Результат System

PreserveAttribute() публичный Метод

Initializes a new instance of the PreserveAttribute class.
public PreserveAttribute ( bool allMembers, bool conditional ) : System
allMembers bool If set to true all members will be preserved.
conditional bool If set to true, the method will only be preserved if the container class is preserved.
Результат System

Описание свойств

AllMembers публичное свойство

When used on a class rather than a property, ensures that all members of this type are preserved.
public bool AllMembers
Результат bool

Conditional публичное свойство

Flags the method as a method to preserve during linking if the container class is pulled in.
public bool Conditional
Результат bool